mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
* don't autoupgrade pip: let's consider pip to be part of platform? * pin build and tox in new requirements-build.txt: this mostly prevents tox from going to 4.x before we're ready * use requirements-build.txt as constraint when installing tox or build during CI & CD * use requirements-build.txt in requiremenets-dev.txt Note that coveralls is not pinned, not sure if it should be. Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
7 lines
305 B
Text
7 lines
305 B
Text
# Install tuf in editable mode and requirements for local testing with tox,
|
|
# and also for running test suite or individual tests manually.
|
|
# The build and tox versions specified here are also used as constraints
|
|
# during CI and CD Github workflows
|
|
-r requirements-build.txt
|
|
-r requirements-test.txt
|
|
-e .
|