summary refs log tree commit diff
path: root/pkgs/development/python-modules/mox3
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-05-20 18:36:00 +0000
committerGitHub <noreply@github.com>2021-05-20 18:36:00 +0000
commit34a05e29f119bf06fe218b761b3999e4c7a87e65 (patch)
tree1cf7697ee6fc94493e88e71feaf9dfe17410cd6d /pkgs/development/python-modules/mox3
parent274ec210155dd6051628a9b7e6b5583736ef486a (diff)
parent52770ccd46549bc3198f94e525561e9802eed4d5 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/development/python-modules/mox3')
-rw-r--r--pkgs/development/python-modules/mox3/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/mox3/default.nix b/pkgs/development/python-modules/mox3/default.nix
index 1883c9c8c0119..593d845ad866f 100644
--- a/pkgs/development/python-modules/mox3/default.nix
+++ b/pkgs/development/python-modules/mox3/default.nix
@@ -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;