python.pkgs.pytest-timeout: fix tests

This commit is contained in:
Robert Schütz 2019-02-14 13:42:56 +01:00 committed by Frederik Rietdijk
parent d00bfba2d5
commit 904227c646

View File

@ -15,6 +15,11 @@ buildPythonPackage rec {
sha256 = "1cczcjhw4xx5sjkhxlhc5c1bkr7x6fcyx12wrnvwfckshdvblc2a"; sha256 = "1cczcjhw4xx5sjkhxlhc5c1bkr7x6fcyx12wrnvwfckshdvblc2a";
}; };
patches = fetchpatch {
url = https://bitbucket.org/pytest-dev/pytest-timeout/commits/36998c891573d8ec1db1acd4f9438cb3cf2aee2e/raw;
sha256 = "05zc2w7mjgv8rm8i1cbxp7k09vlscmay5iy78jlzgjqkrx3wkf46";
};
checkInputs = [ pytest pexpect ]; checkInputs = [ pytest pexpect ];
checkPhase = ''pytest -ra''; checkPhase = ''pytest -ra'';