13 buildPythonPackage rec {
16 disabled = pythonOlder "3.6";
19 inherit pname version;
20 sha256 = "8a526b7b9b6341f541a9aef3e08c93fd84a5373fe89d4cc51dd571f085b2363c";
23 buildInputs = [ subunit testrepository testtools six ];
24 propagatedBuildInputs = [ pbr fixtures ];
26 # Disabling as several tests dependencies are missing:
27 # https://opendev.org/openstack/mox3/src/branch/master/test-requirements.txt
31 description = "Mock object framework for Python";
32 homepage = "https://docs.openstack.org/mox3/latest/";
33 license = licenses.asl20;