14 buildPythonPackage rec {
19 inherit pname version;
20 sha256 = "sha256-wsHHO/x8/KORJxWeP7x0GTrr8s0C2KBCfy5YZI42zyY=";
24 # only a small portion of the listed packages are actually needed for running the tests
25 # so instead of removing them one by one remove everything
26 rm test-requirements.txt
29 propagatedBuildInputs = [
39 # check in passthru.tests.pytest to escape infinite recursion with other oslo components
43 tests = callPackage ./tests.nix { };
46 pythonImportsCheck = [ "stestr" ];
49 description = "A parallel Python test runner built around subunit";
50 homepage = "https://github.com/mtreinish/stestr";
51 license = licenses.asl20;
52 maintainers = teams.openstack.members;