Commit 01b9044 1 parent 57aee5d commit 01b9044 Copy full SHA for 01b9044
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,16 +28,16 @@ pass_env =
28
28
TERM
29
29
USER
30
30
set_env =
31
- PIP_CONSTRAINT ={toxinidir}/.config/constraints.txt
32
- UV_BUILD_CONSTRAINT ={toxinidir}/.config/constraints.txt
33
- milestone,lint,deps: PIP_CONSTRAINT =/dev/null
34
- milestone,lint,deps: UV_BUILD_CONSTRAINT =/dev/null
35
31
COVERAGE_COMBINED = {envdir}/.coverage
36
32
COVERAGE_FILE = {env:COVERAGE_FILE:{envdir}/.coverage.{envname}}
37
33
COVERAGE_PROCESS_START = {toxinidir}/pyproject.toml
38
34
FORCE_COLOR = 1
35
+ PIP_CONSTRAINT = {toxinidir}/.config/constraints.txt
39
36
PRE_COMMIT_COLOR = always
40
37
TERM = xterm-256color
38
+ UV_BUILD_CONSTRAINT = {toxinidir}/.config/constraints.txt
39
+ deps, lint, milestone: PIP_CONSTRAINT = /dev/null
40
+ deps, lint, milestone: UV_BUILD_CONSTRAINT = /dev/null
41
41
commands_pre =
42
42
sh -c " rm -f {envdir}/.coverage* 2>/dev/null || true"
43
43
commands =
You can’t perform that action at this time.
0 commit comments