pythonPackages.billiard: use pytest_4

This commit is contained in:
Jonathan Ringer 2019-10-26 14:16:43 -07:00 committed by Frederik Rietdijk
parent fe42eae9fc
commit c53e6c2866

View File

@ -1,4 +1,4 @@
{ stdenv, buildPythonPackage, fetchPypi, isPyPy, pytest, case, psutil }: { stdenv, buildPythonPackage, fetchPypi, isPyPy, pytest_4, case, psutil }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "billiard"; pname = "billiard";
@ -10,7 +10,7 @@ buildPythonPackage rec {
sha256 = "b8809c74f648dfe69b973c8e660bcec00603758c9db8ba89d7719f88d5f01f26"; sha256 = "b8809c74f648dfe69b973c8e660bcec00603758c9db8ba89d7719f88d5f01f26";
}; };
checkInputs = [ pytest case psutil ]; checkInputs = [ pytest_4 case psutil ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/celery/billiard; homepage = https://github.com/celery/billiard;