refactor: Group development dependencies in a 'dev' section

This commit is contained in:
Ethan Gutierrez 2023-10-05 12:53:39 -07:00
parent 14232513fd
commit 2638d5e1b2

11
tox.ini
View file

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