mirror of https://github.com/pallets/flask.git
no need for separate requirements-skip folder anymore
This commit is contained in:
parent
99ce7ed0e4
commit
227838c472
|
@ -1,2 +0,0 @@
|
||||||
Dependabot will only update files in the `requirements` directory. This directory is
|
|
||||||
separate because the pins in here should not be updated automatically.
|
|
5
tox.ini
5
tox.ini
|
@ -17,8 +17,8 @@ constrain_package_deps = true
|
||||||
use_frozen_constraints = true
|
use_frozen_constraints = true
|
||||||
deps =
|
deps =
|
||||||
-r requirements/tests.txt
|
-r requirements/tests.txt
|
||||||
min: -r requirements-skip/tests-min.txt
|
min: -r requirements/tests-min.txt
|
||||||
dev: -r requirements-skip/tests-dev.txt
|
dev: -r requirements/tests-dev.txt
|
||||||
commands = pytest -v --tb=short --basetemp={envtmpdir} {posargs}
|
commands = pytest -v --tb=short --basetemp={envtmpdir} {posargs}
|
||||||
|
|
||||||
[testenv:style]
|
[testenv:style]
|
||||||
|
@ -39,6 +39,7 @@ commands = sphinx-build -E -W -b dirhtml docs docs/_build/dirhtml
|
||||||
[testenv:update-actions]
|
[testenv:update-actions]
|
||||||
labels = update
|
labels = update
|
||||||
deps = gha-update
|
deps = gha-update
|
||||||
|
skip_install = true
|
||||||
commands = gha-update
|
commands = gha-update
|
||||||
|
|
||||||
[testenv:update-pre_commit]
|
[testenv:update-pre_commit]
|
||||||
|
|
Loading…
Reference in New Issue