[packages/python-tqdm] - disable notebook tests as well

qboosh qboosh at pld-linux.org
Sun Jan 22 19:56:46 CET 2023


commit b927bf2f4d15ee9a0dabc86cd2db42f75ce89de9
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jan 22 19:57:58 2023 +0100

    - disable notebook tests as well

 python-tqdm.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-tqdm.spec b/python-tqdm.spec
index 7b2ceb7..16cac16 100644
--- a/python-tqdm.spec
+++ b/python-tqdm.spec
@@ -74,7 +74,7 @@ Szybki, rozszerzalny wskaźnik postępu.
 %if %{with tests}
 PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
 PYTEST_PLUGINS="pytest_timeout" \
-%{__python} -m pytest tests -k 'not perf and not test_pandas'
+%{__python} -m pytest tests -k 'not perf and not tests_notebook and not test_pandas'
 %endif
 %endif
 
@@ -84,7 +84,7 @@ PYTEST_PLUGINS="pytest_timeout" \
 %if %{with tests}
 PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
 PYTEST_PLUGINS="pytest_asyncio.plugin,pytest_timeout" \
-%{__python3} -m pytest tests -k 'not perf and not tests_asyncio and not test_pandas' --asyncio-mode=strict --durations-min=0.1
+%{__python3} -m pytest tests -k 'not perf and not tests_asyncio and not tests_notebook and not test_pandas' --asyncio-mode=strict --durations-min=0.1
 %endif
 %endif
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-tqdm.git/commitdiff/b927bf2f4d15ee9a0dabc86cd2db42f75ce89de9



More information about the pld-cvs-commit mailing list