From 52770ccd46549bc3198f94e525561e9802eed4d5 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Fri, 21 May 2021 02:10:44 +0800 Subject: [PATCH] Correct a typo in python-modules/mox3 --- pkgs/development/python-modules/mox3/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/mox3/default.nix b/pkgs/development/python-modules/mox3/default.nix index 1883c9c8c01..593d845ad86 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;