Skip to content

Commit 8a35ea5

Browse files
committed
Updating requirements
1 parent b2033df commit 8a35ea5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ envlist =
1212
[pytest]
1313
django_find_project = false
1414

15+
# Attempt to work around pluggy bug for Python 3.14 - https://github.com/pytest-dev/pluggy/issues/573
16+
[tool.pytest.ini_options]
17+
filterwarnings = ["error"]
18+
1519
[testenv]
1620
deps =
1721
pytest

0 commit comments

Comments
 (0)