pythonPackages: deprecate pytest_xdist alias

This commit is contained in:
Sandro Jäckel
2021-07-21 13:32:52 +02:00
parent dd712027be
commit 2e9c330216
24 changed files with 37 additions and 38 deletions
@@ -2,7 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, pytestCheckHook
, pytest_xdist
, pytest-xdist
, pythonOlder
, matplotlib
, mock
@@ -23,7 +23,7 @@ buildPythonPackage rec {
sha256 = "057v8v5p2picmgiidr9lzjbh7nj54pv95m6lyya3y7dw4vzaamij";
};
checkInputs = [ pytestCheckHook matplotlib mock pytest_xdist ];
checkInputs = [ pytestCheckHook matplotlib mock pytest-xdist ];
propagatedBuildInputs = [ pytorch scikit-learn tqdm pynvml ];
# runs succesfully in 3.9, however, async isn't correctly closed so it will fail after test suite.