use pip-compile instead of pip-compile-multi

This commit is contained in:
David Lord 2023-11-09 08:46:01 -08:00
parent 560383fe14
commit 59fd6aa104
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
15 changed files with 201 additions and 118 deletions

11
tox.ini
View file

@ -17,15 +17,8 @@ constrain_package_deps = true
use_frozen_constraints = true
deps =
-r requirements/tests.txt
min: -r requirements/tests-pallets-min.txt
dev: https://github.com/pallets/werkzeug/archive/refs/heads/main.tar.gz
dev: https://github.com/pallets/jinja/archive/refs/heads/main.tar.gz
dev: https://github.com/pallets/markupsafe/archive/refs/heads/main.tar.gz
dev: https://github.com/pallets/itsdangerous/archive/refs/heads/main.tar.gz
dev: https://github.com/pallets/click/archive/refs/heads/main.tar.gz
# examples/tutorial[test]
# examples/javascript[test]
# commands = pytest -v --tb=short --basetemp={envtmpdir} {posargs:tests examples}
min: -r requirements-skip/tests-min.txt
dev: -r requirements-skip/tests-dev.txt
commands = pytest -v --tb=short --basetemp={envtmpdir} {posargs:tests}
[testenv:style]