about summary refs log tree commit diff
path: root/pkgs/development/python-modules/flickrapi/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/flickrapi/default.nix')
-rw-r--r--pkgs/development/python-modules/flickrapi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/flickrapi/default.nix b/pkgs/development/python-modules/flickrapi/default.nix
index 73b7eea6e63a..c989cfbb56d5 100644
--- a/pkgs/development/python-modules/flickrapi/default.nix
+++ b/pkgs/development/python-modules/flickrapi/default.nix
@@ -5,7 +5,7 @@
 , requests_toolbelt
 , requests_oauthlib
 , pytest
-, pytestrunner
+, pytest-runner
 , pytest-cov
 , responses
 }:
@@ -21,7 +21,7 @@ buildPythonPackage rec {
 
   propagatedBuildInputs = [ requests requests_toolbelt requests_oauthlib ];
 
-  checkInputs = [ pytest pytestrunner pytest-cov responses ];
+  checkInputs = [ pytest pytest-runner pytest-cov responses ];
   doCheck = false; # Otherwise:
   # ========================= no tests ran in 0.01 seconds =========================
   # builder for '/nix/store/c8a58v6aa18zci08q2l53s12ywn8jqhq-python3.6-flickrapi-2.4.0.drv' failed with exit code 5