python311Packages.sphinx: speed up tests with xdist
This speeds the tests up from ~100s to ~11s.
This commit is contained in:
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 = ''
|
||||
|
||||
Reference in New Issue
Block a user