pkg_resources deprecation warning #19
Labels
GTFS
technical debt
A better way is available. Fix later approach has been adopted.
warnings
Issue relates to warnings being raised
wontfix
This will not be worked on
Currently, running test suite with pytest results in:
Potential fix here
Upgrading pip from the version where the warning was introduced (23.1) to 23.1.1 / 23.1.2 did not resolve. Looks like this may be a warning propagating through pip via a dependency in setuptools. Seems to be the method used for detecting eggs in a package.
The text was updated successfully, but these errors were encountered: