python311Packages.sphinx: speed up tests with xdist

This speeds the tests up from ~100s to ~11s.
This commit is contained in:
Sandro Jäckel
2024-03-12 04:30:06 +01:00
committed by Martin Weinelt
parent d72a8444d5
commit 30ba78a323
@@ -31,6 +31,7 @@
, filelock
, html5lib
, pytestCheckHook
, pytest-xdist
}:
buildPythonPackage rec {
@@ -86,6 +87,7 @@ buildPythonPackage rec {
filelock
html5lib
pytestCheckHook
pytest-xdist
];
preCheck = ''