pythonPackages.html5lib: use pytest_4
This commit is contained in:
parent
ef479b9db9
commit
63f26bc748
|
@ -2,7 +2,7 @@
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, flake8
|
, flake8
|
||||||
, pytest
|
, pytest_4
|
||||||
, pytest-expect
|
, pytest-expect
|
||||||
, mock
|
, mock
|
||||||
, six
|
, six
|
||||||
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||||
sha256 = "66cb0dcfdbbc4f9c3ba1a63fdb511ffdbd4f513b2b6d81b80cd26ce6b3fb3736";
|
sha256 = "66cb0dcfdbbc4f9c3ba1a63fdb511ffdbd4f513b2b6d81b80cd26ce6b3fb3736";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ flake8 pytest pytest-expect mock ];
|
checkInputs = [ flake8 pytest_4 pytest-expect mock ];
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
six webencodings
|
six webencodings
|
||||||
];
|
];
|
||||||
|
@ -42,4 +42,4 @@ buildPythonPackage rec {
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ domenkozar prikhi ];
|
maintainers = with lib.maintainers; [ domenkozar prikhi ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue