Skip to content

Commit 1192159

Browse files
Fix CI error
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pytest-dependency Successfully built codespell Failed to build pytest-dependency error: failed-wheel-build-for-install Failed to build installable wheels for some pyproject.toml based projects pytest-dependency
1 parent c6039a6 commit 1192159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dev = [
3636
"pre-commit",
3737
"pytest",
3838
"pytest-cov",
39-
"pytest-dependency",
39+
#"pytest-dependency",
4040
"Pygments",
4141
"ruff",
4242
"tomli",
@@ -53,7 +53,7 @@ types = [
5353
"mypy",
5454
"pytest",
5555
"pytest-cov",
56-
"pytest-dependency",
56+
#"pytest-dependency",
5757
]
5858

5959
[project.scripts]

0 commit comments

Comments
 (0)