Skip to content

Commit

Permalink
Merge pull request #62 from stb-tester/pytest-8
Browse files Browse the repository at this point in the history
CI: requirements.txt: Pin pytest to 6.2.5
  • Loading branch information
drothlis committed Mar 5, 2024
2 parents 00626e5 + a2a18ed commit 4ec9fac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
environment: [ubuntu-20.04, macos-latest, windows-latest]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.10", "3.11"]
python-version: ["3.5", "3.6", "3.7", "3.8", "3.10", "3.11", "3.12"]
include:
- environment: ubuntu-20.04
setup: dbus-run-session sh -c 'env $(echo password | gnome-keyring-daemon --unlock) "$0" "$@"'
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,6 @@ ENV/
# mypy
.mypy_cache/
.pytype/

# IDEs
.vscode/
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<8.0
requests
tzlocal

Expand Down

0 comments on commit 4ec9fac

Please sign in to comment.