pythonPackages: deprecate pytest_xdist alias

This commit is contained in:
Sandro Jäckel
2021-07-20 23:08:56 +02:00
parent dd712027be
commit 2e9c330216
24 changed files with 37 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
{ lib, buildPythonPackage, fetchFromGitHub, pythonOlder
, factory_boy, faker, numpy, backports-entry-points-selectable
, pytestCheckHook, pytest_xdist
, pytestCheckHook, pytest-xdist
}:
buildPythonPackage rec {
@@ -23,7 +23,7 @@ buildPythonPackage rec {
checkInputs = [
pytestCheckHook
pytest_xdist
pytest-xdist
numpy
factory_boy
faker