sarugaku / resolvelib

Resolve abstract dependencies into concrete ones
ISC License
138 stars 31 forks source link

fixed invalid version specifiers in a test index #112

Closed sanderr closed 1 year ago

sanderr commented 1 year ago

I believe this resolves part of #103. It removes all LegacyVersion deprecation warnings for the Python tests. The others are more tricky because they aren't versions for Python packages, therefore they aren't PEP440 compliant. I did not address those for now.

If accepted (within the month of October, which may be a bit of a stretch at this point), might I ask once more to add the hacktoberfest-accepted label to the pull request?