15 buildPythonPackage rec {
18 disabled = pythonOlder "3.6";
21 inherit pname version;
22 sha256 = "8a526b7b9b6341f541a9aef3e08c93fd84a5373fe89d4cc51dd571f085b2363c";
25 buildInputs = [ subunit testrepository testtools six ];
26 propagatedBuildInputs = [ pbr fixtures ];
28 # Disabling as several tests depdencies are missing:
29 # https://opendev.org/openstack/mox3/src/branch/master/test-requirements.txt
33 description = "Mock object framework for Python";
34 homepage = "https://docs.openstack.org/mox3/latest/";
35 license = licenses.asl20;