Skip to content

Commit

Permalink
CI: requirements.txt: Pin pytest to 6.2.5
Browse files Browse the repository at this point in the history
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`).
  • Loading branch information
drothlis committed Mar 5, 2024
1 parent 3eb32e1 commit a5975d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dependencies of stbt_rig
keyring
pytest
pytest~=6.2.5
requests
tzlocal

Expand Down

0 comments on commit a5975d1

Please sign in to comment.