summary refs log tree commit diff
path: root/pkgs/top-level/python2-packages.nix
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-20 23:07:53 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-21 13:32:49 +0200
commit9bfdf57e139e7e3b253979da828285bb8284a217 (patch)
tree3e28797f722e0de7188f54f1d11ff7ef07db1cb4 /pkgs/top-level/python2-packages.nix
parent4209fed914e4362f952f4fa6d88c1808aa3df7b8 (diff)
downloadnixpkgs-9bfdf57e139e7e3b253979da828285bb8284a217.tar
nixpkgs-9bfdf57e139e7e3b253979da828285bb8284a217.tar.gz
nixpkgs-9bfdf57e139e7e3b253979da828285bb8284a217.tar.bz2
nixpkgs-9bfdf57e139e7e3b253979da828285bb8284a217.tar.lz
nixpkgs-9bfdf57e139e7e3b253979da828285bb8284a217.tar.xz
nixpkgs-9bfdf57e139e7e3b253979da828285bb8284a217.tar.zst
nixpkgs-9bfdf57e139e7e3b253979da828285bb8284a217.zip
pythonPackages: deprecate pytestrunner alias
Diffstat (limited to 'pkgs/top-level/python2-packages.nix')
-rw-r--r--pkgs/top-level/python2-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/python2-packages.nix b/pkgs/top-level/python2-packages.nix
index 471548b9fa2..decf36f31e8 100644
--- a/pkgs/top-level/python2-packages.nix
+++ b/pkgs/top-level/python2-packages.nix
@@ -478,7 +478,7 @@ with self; with super; {
 
   pytest-mock = callPackage ../development/python-modules/pytest-mock/2.nix { };
 
-  pytestrunner = callPackage ../development/python-modules/pytestrunner/2.nix { };
+  pytest-runner = callPackage ../development/python-modules/pytest-runner/2.nix { };
 
   pytest_xdist = self.pytest-xdist; # added 2021-01-04
   pytest-xdist = callPackage ../development/python-modules/pytest-xdist/1.nix { };