python313Packages.mss: make tests less flaky

This commit is contained in:
Sandro Jäckel
2026-03-03 23:23:23 +01:00
parent 06b6a4307d
commit a8bce0c170
@@ -17,6 +17,7 @@
lsof,
pillow,
pytest-cov-stub,
pytest-rerunfailures,
pytest,
pyvirtualdisplay,
xvfb-run,
@@ -48,6 +49,7 @@ buildPythonPackage rec {
lsof
pillow
pytest-cov-stub
pytest-rerunfailures
pytest
pyvirtualdisplay
xvfb-run
@@ -55,7 +57,7 @@ buildPythonPackage rec {
checkPhase = ''
runHook preCheck
xvfb-run pytest -k "not test_grab_with_tuple and not test_grab_with_tuple_percents and not test_resource_leaks"
xvfb-run pytest -v -k "not test_grab_with_tuple and not test_grab_with_tuple_percents and not test_resource_leaks"
runHook postCheck
'';