omry / omegaconf

Flexible Python configuration system. The last one you will ever need.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests fail due to `DeprecationWarning: pkg_resources is deprecated as an API`

odelalleau opened this issue · comments

Describe the bug

After a clean installation following the contribution guidelines, pytest fails with the error in the topic.

To Reproduce

Install as described in https://github.com/omry/omegaconf/blob/master/CONTRIBUTING.md and run pytest.

Expected behavior

Tests should run.

Additional context

  • OmegaConf version: master
  • Python version: 3.8
  • Operating system: Ubuntu

This is related to #1068