We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c0869 commit 5a98eb5Copy full SHA for 5a98eb5
.cookiecutter/includes/tox/deps
@@ -1 +1 @@
1
-tests,functests: pytest<8.4
+tests,functests: pytest
tox.ini
@@ -43,7 +43,7 @@ deps =
43
lint,tests,functests: h-matchers
44
lint,template: cookiecutter
45
typecheck: mypy
46
- tests,functests: pytest<8.4
+ tests,functests: pytest
47
depends =
48
coverage: tests,py{311,310,39}-tests
49
commands =
0 commit comments