Skip to content

Commit cbcb7fd

Browse files
committed
Pass WEBSOCKETS_TESTS_TIMEOUT_FACTOR to tox.
Previously, despite being declared in .github/workflows/tests.yml, it had no effect because tox insulates test runs from the environment.
1 parent 273db5b commit cbcb7fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist =
2+
env_list =
33
py38
44
py39
55
py310
@@ -12,6 +12,7 @@ envlist =
1212

1313
[testenv]
1414
commands = python -W error::DeprecationWarning -W error::PendingDeprecationWarning -m unittest {posargs}
15+
pass_env = WEBSOCKETS_*
1516

1617
[testenv:coverage]
1718
commands =

0 commit comments

Comments
 (0)