From 144d444efd38a45b4638fef3129a334030f725d2 Mon Sep 17 00:00:00 2001 From: ilkankilic Date: Thu, 18 Jun 2026 16:09:53 +0200 Subject: [PATCH] Stabilize notebook example tests --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index d7b2954..cf0f717 100644 --- a/tox.ini +++ b/tox.ini @@ -54,13 +54,11 @@ envdir={toxworkdir}/{envname} extras = examples deps = pytest>=7.3.1,<9.0.0 - pytest-xdist>=3.3.1 # multiprocessing - pytest-forked>=1.6.0 # isolation nbmake>=1.5.1 scipy>=1.11.1 seaborn>=0.12.2 commands = - pytest --ignore=examples/7-Extra-Simulation/ --numprocesses=auto --forked --nbmake examples # exclude long tests + pytest --nbmake examples --ignore=examples/7-Extra-Simulation/ # exclude long tests [testenv:docs] envdir =