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 60ff2a0 commit 5b2ac13Copy full SHA for 5b2ac13
.cookiecutter/includes/tox/deps
@@ -1 +1 @@
1
-tests,functests: pytest<8.4
+tests,functests: pytest
tox.ini
@@ -44,7 +44,7 @@ deps =
44
lint,tests,functests: h-matchers
45
lint,template: cookiecutter
46
typecheck: mypy
47
- tests,functests: pytest<8.4
+ tests,functests: pytest
48
depends =
49
coverage: tests,py{311,310,39}-tests
50
commands =
0 commit comments