Skip to content

Commit 3911fa6

Browse files
committed
Test pypa/pyproject-hooks pr 199
1 parent dcfc833 commit 3911fa6

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

setup.cfg

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ testing =
7878
importlib_metadata
7979
pytest-subprocess
8080

81-
# workaround for pypa/setuptools#4333
82-
pyproject-hooks!=1.1
83-
8481
docs =
8582
# upstream
8683
sphinx >= 3.5
@@ -100,9 +97,6 @@ docs =
10097
sphinxcontrib-towncrier
10198
sphinx-notfound-page >=1,<2
10299

103-
# workaround for pypa/setuptools#4333
104-
pyproject-hooks!=1.1
105-
106100
ssl =
107101

108102
certs =

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
description = perform primary checks (tests, style, types, coverage)
33
deps =
44
# Ideally all the dependencies should be set as "extras"
5+
6+
# workaround for pypa/setuptools#4333
7+
pyproject-hooks @ git+https://github.com/abravalheri/pyproject-hooks@issue-199
58
setenv =
69
PYTHONWARNDEFAULTENCODING = 1
710
SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:0}

0 commit comments

Comments
 (0)