python312Packages.pyvirtualdisplay: test without xdist

High core counts tend to produce hangs and defunct python processes. And
while upstream has put pytest-xdist into its test requirements they don't
actually use it themselves either.
This commit is contained in:
Martin Weinelt
2024-11-18 19:24:04 +01:00
parent 56053abb61
commit 256fa808b5
@@ -14,6 +14,7 @@
entrypoint2,
pillow,
psutil,
pytest-timeout,
pytest-xdist,
pytestCheckHook,
vncdo,
@@ -47,7 +48,7 @@ buildPythonPackage rec {
entrypoint2
pillow
psutil
pytest-xdist
pytest-timeout
pytestCheckHook
(vncdo.overridePythonAttrs { doCheck = false; })
xorg.xorgserver
@@ -55,6 +56,8 @@ buildPythonPackage rec {
xorg.xvfb
];
pytestFlagsArray = [ "-v" ];
meta = with lib; {
description = "Python wrapper for Xvfb, Xephyr and Xvnc";
homepage = "https://github.com/ponty/pyvirtualdisplay";