summary refs log tree commit diff
path: root/pkgs/development/python-modules/weasyprint
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-20 22:42:24 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-21 13:32:17 +0200
commit4209fed914e4362f952f4fa6d88c1808aa3df7b8 (patch)
tree88c440c22bb89fccf4b06e2b8696c6a6ef3a9932 /pkgs/development/python-modules/weasyprint
parentd863d4b43ee7f4fabadf76a721c57abc54752067 (diff)
downloadnixpkgs-4209fed914e4362f952f4fa6d88c1808aa3df7b8.tar
nixpkgs-4209fed914e4362f952f4fa6d88c1808aa3df7b8.tar.gz
nixpkgs-4209fed914e4362f952f4fa6d88c1808aa3df7b8.tar.bz2
nixpkgs-4209fed914e4362f952f4fa6d88c1808aa3df7b8.tar.lz
nixpkgs-4209fed914e4362f952f4fa6d88c1808aa3df7b8.tar.xz
nixpkgs-4209fed914e4362f952f4fa6d88c1808aa3df7b8.tar.zst
nixpkgs-4209fed914e4362f952f4fa6d88c1808aa3df7b8.zip
pythonPackages: deprecate pytestcov alias
Diffstat (limited to 'pkgs/development/python-modules/weasyprint')
-rw-r--r--pkgs/development/python-modules/weasyprint/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/weasyprint/default.nix b/pkgs/development/python-modules/weasyprint/default.nix
index 8f946c47786..c578b7c7c8c 100644
--- a/pkgs/development/python-modules/weasyprint/default.nix
+++ b/pkgs/development/python-modules/weasyprint/default.nix
@@ -16,7 +16,7 @@
   pytestrunner,
   pytest-isort,
   pytest-flake8,
-  pytestcov,
+  pytest-cov,
   isPy3k,
   substituteAll
 }:
@@ -39,7 +39,7 @@ buildPythonPackage rec {
         --replace '[tool:pytest]' '[tool:pytest]\nflake8-ignore = E501'
   '';
 
-  checkInputs = [ pytest pytestrunner pytest-isort pytest-flake8 pytestcov ];
+  checkInputs = [ pytest pytestrunner pytest-isort pytest-flake8 pytest-cov ];
 
   FONTCONFIG_FILE = "${fontconfig.out}/etc/fonts/fonts.conf";