Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
fix: Pin pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmulloy committed Sep 20, 2023
1 parent e8d1891 commit 4e9c86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ skip_missing_interpreters = True

[testenv]
deps =
pytest
pytest<7.4.0
-r{toxinidir}/requirements/testing.txt
whitelist_externals=pytest
commands=pytest {posargs:-n auto}
Expand Down

0 comments on commit 4e9c86c

Please sign in to comment.