Skip to content

Commit 1a88ae5

Browse files
committed
Move setuptools to testing requirements
It was defined in `testenv.deps` for tox, making it a strict testing requirement. The version requirement is copied from `pyproject.toml`.
1 parent 1660c22 commit 1a88ae5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

requirements/requirements-testing.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ importlib-metadata<5.0
66
# temporary pin of attrs
77
attrs==22.1.0
88
pytz # Remove when dropping support for Django<5.0
9+
setuptools>=77.0.3

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ deps =
2323
djangomain: https://github.com/django/django/archive/main.tar.gz
2424
-rrequirements/requirements-testing.txt
2525
-rrequirements/requirements-optionals.txt
26-
setuptools
2726

2827
[testenv:base]
2928
; Ensure optional dependencies are not required

0 commit comments

Comments
 (0)