Skip to content

Commit

Permalink
add setuptools to test req
Browse files Browse the repository at this point in the history
  • Loading branch information
VelizarVESSELINOV committed Apr 26, 2024
1 parent 323bf4f commit c4676cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ def readme():
"uom_base_unit=uom.cmd_line:cmd_base_unit",
],
},
tests_require=[
"setuptools",
"pytest", # Example test dependency
"coverage",
],
include_package_data=True,
zip_safe=False,
)
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ pytest
pytest-cov
coveralls
coverage
setuptools
PyYAML
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit c4676cf

Please sign in to comment.