11 buildPythonPackage rec {
14 format = "setuptools";
17 inherit pname version;
18 sha256 = "360ad2c41ba3ad6f059c7c6e7291450d082c2e5dbb0012e839a829978053dfe6";
21 nativeBuildInputs = [ pbr ];
23 propagatedBuildInputs = [
29 # check in passthru.tests.pytest to escape infinite recursion with other oslo components
33 tests = callPackage ./tests.nix {};
36 pythonImportsCheck = [ "oslotest" ];
39 description = "Oslo test framework";
40 homepage = "https://github.com/openstack/oslotest";
41 license = licenses.asl20;
42 maintainers = teams.openstack.members;