Skip to content

Commit 48a19a7

Browse files
committed
Unpin pytest
The issue with pytest-factoryboy compatibility is now fixed, see: pytest-dev/pytest-factoryboy#233
1 parent 60ff2a0 commit 48a19a7

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
@@ -44,7 +44,7 @@ deps =
4444
lint,tests,functests: h-matchers
4545
lint,template: cookiecutter
4646
typecheck: mypy
47-
tests,functests: pytest<8.4
47+
tests,functests: pytest
4848
depends =
4949
coverage: tests,py{311,310,39}-tests
5050
commands =

0 commit comments

Comments
 (0)