There was an error while loading. Please reload this page.
1 parent b5e40f3 commit fa66840Copy full SHA for fa66840
.github/workflows/main.yml
@@ -100,7 +100,7 @@ jobs:
100
run: |
101
rm -rf dist
102
# workaround for pypa/setuptools#4333
103
- pipx run --pip-args 'pyproject-hooks<1.1' build
+ pipx run --pip-args 'pyproject-hooks!=1.1' build
104
echo "PRE_BUILT_SETUPTOOLS_SDIST=$(ls dist/*.tar.gz)" >> $GITHUB_ENV
105
echo "PRE_BUILT_SETUPTOOLS_WHEEL=$(ls dist/*.whl)" >> $GITHUB_ENV
106
rm -rf setuptools.egg-info # Avoid interfering with the other tests
pyproject.toml
@@ -57,7 +57,7 @@ test = [
57
"pytest-subprocess",
58
59
# workaround for pypa/pyproject-hooks#206
60
-"pyproject-hooks<1.1", # TODO: fix problem with egg-info, see #4670
+"pyproject-hooks!=1.1",
61
62
"jaraco.test",
63
]
0 commit comments