about summary refs log tree commit diff
path: root/pkgs/development/python-modules/tinycss2/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/tinycss2/default.nix')
-rw-r--r--pkgs/development/python-modules/tinycss2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/tinycss2/default.nix b/pkgs/development/python-modules/tinycss2/default.nix
index 7a025577dbb0..05ca81772d81 100644
--- a/pkgs/development/python-modules/tinycss2/default.nix
+++ b/pkgs/development/python-modules/tinycss2/default.nix
@@ -6,7 +6,7 @@
 , webencodings
 # Check inputs
 , pytest
-, pytestrunner
+, pytest-runner
 , pytest-cov
 , pytest-flake8
 , pytest-isort
@@ -34,7 +34,7 @@ buildPythonPackage rec {
 
   propagatedBuildInputs = [ webencodings ];
 
-  checkInputs = [ pytest pytestrunner pytest-cov pytest-flake8 pytest-isort ];
+  checkInputs = [ pytest pytest-runner pytest-cov pytest-flake8 pytest-isort ];
 
   # https://github.com/PyCQA/pycodestyle/issues/598
   preCheck = ''