Correct a typo in python-modules/mox3
This commit is contained in:
parent
108a8bde63
commit
52770ccd46
|
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||||
buildInputs = [ subunit testrepository testtools six ];
|
buildInputs = [ subunit testrepository testtools six ];
|
||||||
propagatedBuildInputs = [ pbr fixtures ];
|
propagatedBuildInputs = [ pbr fixtures ];
|
||||||
|
|
||||||
# Disabling as several tests depdencies are missing:
|
# Disabling as several tests dependencies are missing:
|
||||||
# https://opendev.org/openstack/mox3/src/branch/master/test-requirements.txt
|
# https://opendev.org/openstack/mox3/src/branch/master/test-requirements.txt
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue