Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid using distutils to check pytest version. #189

Merged
merged 1 commit into from
Feb 10, 2022

Conversation

adamchainz
Copy link
Contributor

Fixes the error seen in #172 without dropping the old pytest branches. There's no need for distutils.StrictVersion for simple version comparisons.

Fixes the error seen in jamielennox#172 without dropping the old pytest branches. There's no need for ``distutils.StrictVersion`` for simple version comparisons.
@jamielennox jamielennox merged commit 180e653 into jamielennox:master Feb 10, 2022
@adamchainz adamchainz deleted the pytest_version_check branch February 10, 2022 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants