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

CI: requirements.txt: Pin pytest to 6.2.5 #62

Merged
merged 4 commits into from
Mar 5, 2024
Merged

CI: requirements.txt: Pin pytest to 6.2.5 #62

merged 4 commits into from
Mar 5, 2024

Conversation

drothlis
Copy link
Contributor

@drothlis drothlis commented Mar 5, 2024

This is the version in Ubuntu 22.04; also, stbt_rig.py setup installs this version into the venv it creates.

This fixes a CI failure since pytest 8.0 was released. See #61.

As far as I can tell, this requirements.txt is only used by CI (it isn't mentioned in setup.py).

This is the version in Ubuntu 22.04; also, `stbt_rig.py setup` installs
this version into the venv it creates.

This fixes a CI failure since pytest 8.0 was released. See #61.

As far as I can tell, this `requirements.txt` is only used by CI (it
isn't mentioned in `setup.py`).
pytest 6.2.5 doesn't support Python 3.5 (pytest 6.1.2 does).

Really anything before 8.0 will work (see the previous commit for
details).
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.

None yet

1 participant