Skip to content

Commit

Permalink
CI: requirements.txt: Relax pytest version
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
drothlis committed Mar 5, 2024
1 parent a5975d1 commit a2a18ed
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~=6.2.5
pytest<8.0
requests
tzlocal

Expand Down

0 comments on commit a2a18ed

Please sign in to comment.