about summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-02-10 00:09:07 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-09 20:12:30 -0800
commit6ebc9d2001eda0771c00223f42ed255783fc5c54 (patch)
tree1ee40919247a05727042987250a0806a1ff48543 /pkgs/top-level/python-aliases.nix
parent26ad54afcf3e62a25076ba31434fd8b407c006c8 (diff)
downloadnixlib-6ebc9d2001eda0771c00223f42ed255783fc5c54.tar
nixlib-6ebc9d2001eda0771c00223f42ed255783fc5c54.tar.gz
nixlib-6ebc9d2001eda0771c00223f42ed255783fc5c54.tar.bz2
nixlib-6ebc9d2001eda0771c00223f42ed255783fc5c54.tar.lz
nixlib-6ebc9d2001eda0771c00223f42ed255783fc5c54.tar.xz
nixlib-6ebc9d2001eda0771c00223f42ed255783fc5c54.tar.zst
nixlib-6ebc9d2001eda0771c00223f42ed255783fc5c54.zip
python3Packages.pytest_6: make 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 85072959df37..f4d96f12b01c 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -84,6 +84,7 @@ mapAliases ({
   pylibgen = throw "pylibgen is unmaintained upstreamed, and removed from nixpkgs"; # added 2020-06-20
   pymssql = throw "pymssql has been abandoned upstream."; # added 2020-05-04
   pysmart-smartx = pysmart; # added 2021-10-22
+  pytest_6 = pytest; # added 2022-02-10
   pytestcov = pytest-cov; # added 2021-01-04
   pytest-pep8 = pytestpep8; # added 2021-01-04
   pytestpep8 = throw "pytestpep8 was removed because it is abandoned and no longer compatible with pytest v6.0"; # added 2020-12-10