11 buildPythonPackage rec {
12 pname = "testresources";
17 inherit pname version;
18 sha256 = "ee9d1982154a1e212d4e4bac6b610800bfb558e4fb853572a827bc14a96e4417";
22 substituteInPlace testresources/tests/test_resourced_test_case.py \
23 --replace "failIf" "assertFalse"
30 propagatedBuildInputs = [
41 description = "Pyunit extension for managing expensive test resources";
42 homepage = "https://launchpad.net/testresources";
43 license = licenses.bsd2;