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

pin setuptools to avoid DeprecationWarning #1069

Closed Jasha10 closed 1 year ago

Jasha10 commented 1 year ago

Pin the version of setuptools installed in noxfile.py to work around https://github.com/omry/omegaconf/issues/1068.

Since the DeprecationWarnining that's causing CI failure is emitted by a 3rd party dependency of setuptools, this failure mode should resolve itself when some future version of setuptools is released. At that time, we can remove the pin introduced by this PR.