summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
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/top-level/python-aliases.nix
parentdd712027be98a6d782fc9cb492f557bb48e3dd31 (diff)
downloadnixpkgs-2e9c330216f5fbb3a5e645ba398a839c5ea08e61.tar
nixpkgs-2e9c330216f5fbb3a5e645ba398a839c5ea08e61.tar.gz
nixpkgs-2e9c330216f5fbb3a5e645ba398a839c5ea08e61.tar.bz2
nixpkgs-2e9c330216f5fbb3a5e645ba398a839c5ea08e61.tar.lz
nixpkgs-2e9c330216f5fbb3a5e645ba398a839c5ea08e61.tar.xz
nixpkgs-2e9c330216f5fbb3a5e645ba398a839c5ea08e61.tar.zst
nixpkgs-2e9c330216f5fbb3a5e645ba398a839c5ea08e61.zip
pythonPackages: deprecate pytest_xdist alias
Diffstat (limited to 'pkgs/top-level/python-aliases.nix')
-rw-r--r--pkgs/top-level/python-aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index 8c11398d6b9..d84505d22a6 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -57,6 +57,7 @@ mapAliases ({
   pytestpep8 = throw "pytestpep8 was removed because it is abandoned and no longer compatible with pytest v6.0"; # added 2020-12-10
   pytestquickcheck = pytest-quickcheck; # added 2021-07-20
   pytestrunner = pytest-runner; # added 2021-01-04
+  pytest_xdist = pytest-xdist; # added 2021-01-04
   qasm2image = throw "qasm2image is no longer maintained (since November 2018), and is not compatible with the latest pythonPackages.qiskit versions."; # added 2020-12-09
   rotate-backups = throw "pythonPackages.rotate-backups was removed in favor of the top-level rotate-backups"; # added 2021-07-01
   selectors34 = throw "selectors34 has been removed: functionality provided by Python itself; archived by upstream."; # Added 2021-06-10