Skip to content

Commit

Permalink
Adds setuptools to the requirements-test
Browse files Browse the repository at this point in the history
Adds setuptools to the `requiremenets-test*` files so the GH CI can
properly run the unit-tests
  • Loading branch information
JAVGan committed Jan 9, 2025
1 parent 22285c1 commit 2b40fe1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements-test.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
coverage
pytest
pytest-cov
setuptools
8 changes: 7 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --generate-hashes --output-file=requirements-test.txt requirements-test.in
# pip-compile --allow-unsafe --generate-hashes --output-file=requirements-test.txt requirements-test.in
#
alembic==1.14.0 \
--hash=sha256:99bd884ca390466db5e27ffccff1d179ec5c05c965cfefc0607e69f9e411cb25 \
Expand Down Expand Up @@ -1237,3 +1237,9 @@ zipp==3.21.0 \
# via
# -r requirements.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.7.0 \
--hash=sha256:84fb203f278ebcf5cd08f97d3fb96d3fbed4b629d500b29ad60d11e00769b183 \
--hash=sha256:886ff7b16cd342f1d1defc16fc98c9ce3fde69e087a4e1983d7ab634e5f41f4f
# via -r requirements-test.in
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@ skip_install = true
deps = pip-tools
commands =
pip-compile -U --generate-hashes --output-file=requirements.txt {posargs}
pip-compile -U --generate-hashes --output-file=requirements-test.txt requirements-test.in {posargs}
pip-compile -U --allow-unsafe --generate-hashes --output-file=requirements-test.txt requirements-test.in {posargs}


0 comments on commit 2b40fe1

Please sign in to comment.