Skip to content

Commit

Permalink
Pass WEBSOCKETS_TESTS_TIMEOUT_FACTOR to tox.
Browse files Browse the repository at this point in the history
Previously, despite being declared in .github/workflows/tests.yml,
it had no effect because tox insulates test runs from the environment.
  • Loading branch information
aaugustin committed Aug 5, 2024
1 parent 273db5b commit cbcb7fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist =
env_list =
py38
py39
py310
Expand All @@ -12,6 +12,7 @@ envlist =

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

[testenv:coverage]
commands =
Expand Down

0 comments on commit cbcb7fd

Please sign in to comment.