about summary refs log tree commit diff
path: root/pkgs/development/python-modules/html5lib
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2019-12-20 08:31:14 -0800
committerFrederik Rietdijk <fridh@fridh.nl>2019-12-30 16:46:49 +0100
commit63f26bc748a9452a03db1a7c8f3bfcb02b07e1f6 (patch)
treef1a2dd24a479d2bf9fdb576933db4aba0a2b472a /pkgs/development/python-modules/html5lib
parentef479b9db9a8ffc6c579d688c6e823fb5b3f6759 (diff)
downloadnixlib-63f26bc748a9452a03db1a7c8f3bfcb02b07e1f6.tar
nixlib-63f26bc748a9452a03db1a7c8f3bfcb02b07e1f6.tar.gz
nixlib-63f26bc748a9452a03db1a7c8f3bfcb02b07e1f6.tar.bz2
nixlib-63f26bc748a9452a03db1a7c8f3bfcb02b07e1f6.tar.lz
nixlib-63f26bc748a9452a03db1a7c8f3bfcb02b07e1f6.tar.xz
nixlib-63f26bc748a9452a03db1a7c8f3bfcb02b07e1f6.tar.zst
nixlib-63f26bc748a9452a03db1a7c8f3bfcb02b07e1f6.zip
pythonPackages.html5lib: use pytest_4
Diffstat (limited to 'pkgs/development/python-modules/html5lib')
-rw-r--r--pkgs/development/python-modules/html5lib/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/html5lib/default.nix b/pkgs/development/python-modules/html5lib/default.nix
index 5a59b63cea41..82b481807099 100644
--- a/pkgs/development/python-modules/html5lib/default.nix
+++ b/pkgs/development/python-modules/html5lib/default.nix
@@ -2,7 +2,7 @@
 , buildPythonPackage
 , fetchPypi
 , flake8
-, pytest
+, pytest_4
 , pytest-expect
 , mock
 , six
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     sha256 = "66cb0dcfdbbc4f9c3ba1a63fdb511ffdbd4f513b2b6d81b80cd26ce6b3fb3736";
   };
 
-  checkInputs = [ flake8 pytest pytest-expect mock ];
+  checkInputs = [ flake8 pytest_4 pytest-expect mock ];
   propagatedBuildInputs = [
     six webencodings
   ];
@@ -42,4 +42,4 @@ buildPythonPackage rec {
     license = lib.licenses.mit;
     maintainers = with lib.maintainers; [ domenkozar prikhi ];
   };
-}
\ No newline at end of file
+}