File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,14 @@ all_path = {[vars]src_path} {[vars]tests_path} {[vars]lib_path}
15
15
set_env =
16
16
PYTHONPATH = {tox_root}/src:{tox_root}/lib
17
17
PY_COLORS = 1
18
+ UV_NO_BINARY = false
18
19
allowlist_externals =
19
20
uv
20
21
21
22
[testenv:format]
22
23
description = Apply coding style standards to code
24
+ set_env =
25
+ {[testenv]set_env}
23
26
commands_pre =
24
27
uv sync --active --group format
25
28
commands =
@@ -28,6 +31,8 @@ commands =
28
31
29
32
[testenv:lint]
30
33
description = Check code against coding style standards
34
+ set_env =
35
+ {[testenv]set_env}
31
36
allowlist_externals =
32
37
{[testenv]allowlist_externals}
33
38
find
@@ -54,6 +59,8 @@ commands =
54
59
55
60
[testenv:integration]
56
61
description = Run integration tests
62
+ set_env =
63
+ {[testenv]set_env}
57
64
pass_env =
58
65
CI
59
66
AWS_ACCESS_KEY
You can’t perform that action at this time.
0 commit comments