Skip to content

Commit a0a0e32

Browse files
committed
Fix version specifier in workaround for pyproject-hooks
1 parent 35d1139 commit a0a0e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ test = [
5757
"pytest-subprocess",
5858

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

6262
"jaraco.test",
6363
]

0 commit comments

Comments
 (0)