python312Packages.kserve: use pytest-xdist to speedup testing

This commit is contained in:
Gaetan Lepage
2025-02-13 01:45:21 +01:00
parent 6a3317579d
commit ae077d0477

View File

@@ -44,6 +44,7 @@
avro,
grpcio-testing,
pytest-asyncio,
pytest-xdist,
pytestCheckHook,
tomlkit,
}:
@@ -116,6 +117,7 @@ buildPythonPackage rec {
avro
grpcio-testing
pytest-asyncio
pytest-xdist
pytestCheckHook
tomlkit
] ++ lib.flatten (builtins.attrValues optional-dependencies);