File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100
100
run : |
101
101
rm -rf dist
102
102
# workaround for pypa/setuptools#4333
103
- pipx run --pip-args 'pyproject-hooks< 1.1' build
103
+ pipx run --pip-args 'pyproject-hooks!= 1.1' build
104
104
echo "PRE_BUILT_SETUPTOOLS_SDIST=$(ls dist/*.tar.gz)" >> $GITHUB_ENV
105
105
echo "PRE_BUILT_SETUPTOOLS_WHEEL=$(ls dist/*.whl)" >> $GITHUB_ENV
106
106
rm -rf setuptools.egg-info # Avoid interfering with the other tests
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ test = [
57
57
" pytest-subprocess" ,
58
58
59
59
# workaround for pypa/pyproject-hooks#206
60
- " pyproject-hooks< 1.1" , # TODO: fix problem with egg-info, see #4670
60
+ " pyproject-hooks!= 1.1" ,
61
61
62
62
" jaraco.test" ,
63
63
]
You can’t perform that action at this time.
0 commit comments