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

Fix pytest error due to deprecation warning #1101

Closed odelalleau closed 1 year ago

odelalleau commented 1 year ago

Fixes #1100

The fix is similar to what was done in https://github.com/facebookresearch/hydra/pull/2696, instead of pinning a specific version of setuptools as in #1068

I'll mark this PR as draft since I still need to check if #1069 can be reverted now. [Update: I double checked and we can indeed revert #1069 now, so adding it to this PR]

odelalleau commented 1 year ago

/poke @omry not sure if you've seen this

omry commented 1 year ago

lgtm