Skip to content

Commit 35d1139

Browse files
committed
For now avoid problems with pyproject-hooks
1 parent 258edab commit 35d1139

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
@@ -56,8 +56,8 @@ test = [
5656
"pytest-home >= 0.5",
5757
"pytest-subprocess",
5858

59-
# workaround for pypa/setuptools#4333
60-
"pyproject-hooks!=1.1",
59+
# workaround for pypa/pyproject-hooks#206
60+
"pyproject-hooks!=1.2", # TODO: fix problem with egg-info, see #4670
6161

6262
"jaraco.test",
6363
]

0 commit comments

Comments
 (0)