python3Packages.pytest-benchmark: remove xdist

This causes internal errors with pytest 8.4.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:55 +02:00
parent 35bc0bc481
commit 7e0fe3a270
@@ -12,7 +12,6 @@
pygal,
pytest,
pytestCheckHook,
pytest-xdist,
pythonAtLeast,
pythonOlder,
setuptools,
@@ -56,7 +55,6 @@ buildPythonPackage rec {
mercurial
nbmake
pytestCheckHook
pytest-xdist
]
++ lib.flatten (lib.attrValues optional-dependencies);