From 1071845cfbfe4dd0749d2f5bfbe39fa00190b703 Mon Sep 17 00:00:00 2001 From: Martin Vonk Date: Mon, 19 Feb 2024 10:46:24 +0100 Subject: [PATCH] dont always test notebooks see #686 why --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86620567..c68a32c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ legacy_tox_ini = """ description = run unit tests extras = ci commands = - pytest tests -m "not notebooks" -m "not bnotebooks" + pytest tests -m "not notebooks and not bnotebooks" [testenv:all] description = run all unit tests (including Notebooks) and obtain coverage