Skip to content

Commit

Permalink
local edits and w/a-s
Browse files Browse the repository at this point in the history
  • Loading branch information
iequidoo committed Oct 14, 2024
1 parent 0526717 commit 9b8a432
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ envlist =
[testenv]
commands =
pytest -n6 --extra-info -v -rsXx --ignored --strict-tls {posargs: tests examples}
pip wheel . -w {toxworkdir}/wheelhouse --no-deps
# pip wheel . -w {toxworkdir}/wheelhouse --no-deps
setenv =
# Avoid stack overflow when Rust core is built without optimizations.
RUST_MIN_STACK=8388608
Expand Down Expand Up @@ -85,7 +85,7 @@ commands =
addopts = -v -ra --strict-markers
norecursedirs = .tox
xfail_strict=true
timeout = 300
timeout = 150
timeout_func_only = True
markers =
ignored: ignore this test in default test runs, use --ignored to run.
4 changes: 2 additions & 2 deletions scripts/run-python-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ export PYTHONDONTWRITEBYTECODE=1
# run python tests (tox invokes pytest to run tests in python/tests)
#TOX_PARALLEL_NO_SPINNER=1 tox -e lint,doc
tox -e lint
tox -e doc
tox -e py -- "$@"
export CHATMAIL_DOMAIN=nine.testrun.org
tox -e py -- tests/test_0_complex_or_slow.py::test_verified_group_vs_delete_server_after

0 comments on commit 9b8a432

Please sign in to comment.