python3Packages.pytest-cases: fix typo
"dependecies" -> "dependencies"
This commit is contained in:
parent
1ab5058e7c
commit
b12038291d
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue