Skip to content

Commit

Permalink
test: add setuptools in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-i-am committed Jan 18, 2024
1 parent 7dc2f7b commit e4118f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion requirements/pip-tools.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
-c constraints.txt

pip-tools # Contains pip-compile, used to generate pip requirements files
setuptools; python_version >= '3.12' # setuptools is not longer available by default in Python 3.12 (https://docs.python.org/3/whatsnew/3.12.html#:~:text=Important%20deprecations%2C%20removals,method%20aliases.)
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ deps =
django32: -r requirements/django32.txt
django42: -r requirements/django42.txt
-rrequirements/test.txt
setuptools; python_version>='3.12'
commands =
{posargs}

0 comments on commit e4118f8

Please sign in to comment.