Skip to content

Commit 5a98eb5

Browse files
committed
Unpin pytest
The issue with pytest-factoryboy compatibility is now fixed, see: pytest-dev/pytest-factoryboy#233
1 parent d5c0869 commit 5a98eb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cookiecutter/includes/tox/deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tests,functests: pytest<8.4
1+
tests,functests: pytest

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ deps =
4343
lint,tests,functests: h-matchers
4444
lint,template: cookiecutter
4545
typecheck: mypy
46-
tests,functests: pytest<8.4
46+
tests,functests: pytest
4747
depends =
4848
coverage: tests,py{311,310,39}-tests
4949
commands =

0 commit comments

Comments
 (0)