From b12038291dca645e422ecabc353949349ee9bb13 Mon Sep 17 00:00:00 2001 From: fetsorn Date: Mon, 8 May 2023 21:57:59 +0400 Subject: [PATCH] python3Packages.pytest-cases: fix typo "dependecies" -> "dependencies" --- pkgs/development/python-modules/pytest-cases/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pytest-cases/default.nix b/pkgs/development/python-modules/pytest-cases/default.nix index 9df7b9a07f07..c1813c6994c4 100644 --- a/pkgs/development/python-modules/pytest-cases/default.nix +++ b/pkgs/development/python-modules/pytest-cases/default.nix @@ -40,7 +40,7 @@ buildPythonPackage rec { # Tests have dependencies (pytest-harvest, pytest-steps) which # are not available in Nixpkgs. Most of the packages (decopatch, - # makefun, pytest-*) have circular dependecies. + # makefun, pytest-*) have circular dependencies. doCheck = false; pythonImportsCheck = [