mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
python312Packages.kserve: use pytest-xdist to speedup testing
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user