diff --git a/pyproject.toml b/pyproject.toml index da0d7b3291..a1665ad65d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dev = [ "pre-commit", "pytest", "pytest-cov", - "pytest-dependency", + #"pytest-dependency", "Pygments", "ruff", "tomli", @@ -53,7 +53,7 @@ types = [ "mypy", "pytest", "pytest-cov", - "pytest-dependency", + #"pytest-dependency", ] [project.scripts]