Skip to content

Commit a796e04

Browse files
remove testing extra
1 parent 27ee78c commit a796e04

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

scripts/populate_tox/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
],
119119
# Import six when pytest-django<4.0 as six was moved out of install_requires in
120120
# https://github.com/pytest-dev/pytest-django/commit/f2ea236a70873fe763a5b6d50678743e2238b297
121-
"<3.1": ["pytest-django[testing]<4.0", "six"],
121+
"<3.1": ["pytest-django<4.0", "six"],
122122
"py3.14,py3.14t": ["coverage==7.11.0"],
123123
},
124124
},

scripts/populate_tox/package_dependencies.jsonl

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tox.ini

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)