8 buildPythonPackage rec {
9 pname = "repeated_test";
13 inherit pname version;
14 sha256 = "65107444a4945668ab7be6d1a3e1814cee9b2cfc577e7c70381700b11b809d27";
17 buildInputs = [ unittest2 ];
18 propagatedBuildInputs = [ six ];
21 description = "A quick unittest-compatible framework for repeating a test function over many fixtures";
22 homepage = "https://github.com/epsy/repeated_test";
23 license = licenses.mit;