about summary refs log tree commit diff
path: root/pkgs/development/python-modules/debugpy
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-20 23:08:56 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-21 13:32:52 +0200
commit2e9c330216f5fbb3a5e645ba398a839c5ea08e61 (patch)
treeda046e0b1919427c05402e78722a21542832e0ec /pkgs/development/python-modules/debugpy
parentdd712027be98a6d782fc9cb492f557bb48e3dd31 (diff)
pythonPackages: deprecate pytest_xdist alias
Diffstat (limited to 'pkgs/development/python-modules/debugpy')
-rw-r--r--pkgs/development/python-modules/debugpy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/debugpy/default.nix b/pkgs/development/python-modules/debugpy/default.nix
index da1f25ad2c3eb..2836827088401 100644
--- a/pkgs/development/python-modules/debugpy/default.nix
+++ b/pkgs/development/python-modules/debugpy/default.nix
@@ -8,7 +8,7 @@
 , flask
 , psutil
 , pytest-timeout
-, pytest_xdist
+, pytest-xdist
 , pytestCheckHook
 , requests
 , isPy27
@@ -75,7 +75,7 @@ buildPythonPackage rec {
     flask
     psutil
     pytest-timeout
-    pytest_xdist
+    pytest-xdist
     pytestCheckHook
     requests
   ] ++ lib.optionals (!isPy27) [