Require locked dependencies for all envs

Gotta dogfood sometime
This commit is contained in:
Ethan Paul 2020-09-26 10:45:47 -04:00
parent 476f27943e
commit 50c008d054
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF

View File

@ -4,6 +4,7 @@ isolated_build = true
[testenv]
description = Run the tests
require_locked_deps = true
deps =
pytest
pytest-cov
@ -13,6 +14,7 @@ commands =
[testenv:static]
description = Static formatting and quality enforcement
require_locked_deps = true
basepython = python3.8
ignore_errors = true
deps =
@ -30,6 +32,7 @@ commands =
[testenv:static-tests]
description = Static formatting and quality enforcement for the tests
require_locked_deps = true
basepython = python3.8
ingore_errors = true
deps =
@ -47,6 +50,7 @@ commands =
[testenv:security]
description = Security checks
require_locked_deps = true
basepython = python3.8
ignore_errors = true
skip_install = true