about summary refs log tree commit diff
path: root/pkgs/development/python-modules/mox3
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2021-05-21 02:10:44 +0800
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-20 11:32:22 -0700
commit52770ccd46549bc3198f94e525561e9802eed4d5 (patch)
tree18b42df22f1b462eb1670212800b06d141504394 /pkgs/development/python-modules/mox3
parent108a8bde630de25ab7bc05bc76dced1833415250 (diff)
Correct a typo in python-modules/mox3
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;