Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ commands =
description = Fill the tests using EELS (with Python)
commands =
fill \
-m "not slow and not zkevm and not benchmark" \
-m "not slow and not benchmark" \
-n auto --maxprocesses 10 --dist=loadgroup \
--skip-index \
--cov-config=pyproject.toml \
Expand Down Expand Up @@ -123,12 +123,12 @@ commands =
--tb=no \
--show-capture=no \
--disable-warnings \
-m "not slow and not zkevm and not benchmark" \
-m "not slow and not benchmark and not derived_test" \
-n auto --maxprocesses 7 --dist=loadgroup \
--basetemp="{temp_dir}/pytest" \
--log-to "{toxworkdir}/logs" \
--clean \
--until BPO4 \
--until Amsterdam \
{posargs} \
tests

Expand Down
Loading