-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📌 created files dev_requirements to pin CI Dependencies #536
Conversation
tox.ini
Outdated
@@ -98,7 +89,7 @@ commands = | |||
[testenv:bo4e-from-pip] | |||
basepython = python3.10 | |||
skip_install = true | |||
deps = -r requirements/tests.txt | |||
deps = -r requirements/tests.txt #todo: depracted? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deps = -r requirements/tests.txt #todo: depracted? | |
deps = -r requirements/requirements-tests.txt #todo: depracted? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
setuptools | ||
setuptools-scm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
warum sind setuptools nicht teil der requirements-packaging?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pip-compile returns
#The following packages are considered to be unsafe in a requirements file:
# setuptools
(cf. jazzband/pip-tools#522 )
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, kommt dann mit dem umstieg auf hatchling eh weg.
Co-authored-by: konstantin <konstantin.klein@hochfrequenz.de>
tox.ini
Outdated
commands = python -m pytest --basetemp={envtmpdir} {posargs} | ||
|
||
|
||
[testenv:linting] | ||
deps = | ||
-rrequirements.txt | ||
#-r requirements.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wieso braucht es die requiements nicht mehr fürs linting?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, übersehen. 4ead9eb
No description provided.