mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
Correct a typo in python-modules/mox3
This commit is contained in:
parent
108a8bde63
commit
52770ccd46
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
|||
buildInputs = [ subunit testrepository testtools six ];
|
||||
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
|
||||
doCheck = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue