Skip to content

Commit 0e925a9

Browse files
[Test] Add UV_NO_BINARY for tox envs
1 parent 4a12505 commit 0e925a9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tox.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ all_path = {[vars]src_path} {[vars]tests_path} {[vars]lib_path}
1515
set_env =
1616
PYTHONPATH = {tox_root}/src:{tox_root}/lib
1717
PY_COLORS = 1
18+
UV_NO_BINARY = false
1819
allowlist_externals =
1920
uv
2021

2122
[testenv:format]
2223
description = Apply coding style standards to code
24+
set_env =
25+
{[testenv]set_env}
2326
commands_pre =
2427
uv sync --active --group format
2528
commands =
@@ -28,6 +31,8 @@ commands =
2831

2932
[testenv:lint]
3033
description = Check code against coding style standards
34+
set_env =
35+
{[testenv]set_env}
3136
allowlist_externals =
3237
{[testenv]allowlist_externals}
3338
find
@@ -54,6 +59,8 @@ commands =
5459

5560
[testenv:integration]
5661
description = Run integration tests
62+
set_env =
63+
{[testenv]set_env}
5764
pass_env =
5865
CI
5966
AWS_ACCESS_KEY

0 commit comments

Comments
 (0)