We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://pypi.org/project/pytest is currently v7.1.4
requirements.txt specifies pytest==5.4.1 which cannot even do pytest --version on Python 3.10.
requirements.txt
pytest==5.4.1
pytest --version
The text was updated successfully, but these errors were encountered:
pip install --upgrade pytest
7e81dbc
Workaround for gforcada#82
Yes, done on #85 😄
Sorry, something went wrong.
No branches or pull requests
https://pypi.org/project/pytest is currently v7.1.4
requirements.txt
specifiespytest==5.4.1
which cannot even dopytest --version
on Python 3.10.The text was updated successfully, but these errors were encountered: