File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 19
19
source : .
20
20
build-snaps :
21
21
- astral-uv
22
+ build-environment :
23
+ - UV_NO_BINARY : " true"
22
24
build-packages :
23
25
- libffi-dev # Needed to build Python dependencies with Rust from source
24
26
- libssl-dev # Needed to build Python dependencies with Rust from source
Original file line number Diff line number Diff line change @@ -111,4 +111,4 @@ max-complexity = 10
111
111
convention = " google"
112
112
113
113
[tool .uv ]
114
- no-binary = true
114
+ no-binary = false
Original file line number Diff line number Diff line change @@ -15,14 +15,11 @@ 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
19
18
allowlist_externals =
20
19
uv
21
20
22
21
[testenv:format]
23
22
description = Apply coding style standards to code
24
- set_env =
25
- {[testenv]set_env}
26
23
commands_pre =
27
24
uv sync --active --group format
28
25
commands =
@@ -31,8 +28,6 @@ commands =
31
28
32
29
[testenv:lint]
33
30
description = Check code against coding style standards
34
- set_env =
35
- {[testenv]set_env}
36
31
allowlist_externals =
37
32
{[testenv]allowlist_externals}
38
33
find
@@ -59,8 +54,6 @@ commands =
59
54
60
55
[testenv:integration]
61
56
description = Run integration tests
62
- set_env =
63
- {[testenv]set_env}
64
57
pass_env =
65
58
CI
66
59
AWS_ACCESS_KEY
You can’t perform that action at this time.
0 commit comments