omry / omegaconf

Flexible Python configuration system. The last one you will ever need.
BSD 3-Clause "New" or "Revised" License
1.91k stars 104 forks source link

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

Closed odelalleau closed 1 year ago

odelalleau commented 1 year ago

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

odelalleau commented 1 year ago

This is related to #1068