Skip to content

Commit a29321b

Browse files
committed
Test pypa/pyproject-hooks pr 199
1 parent 2adbd4f commit a29321b

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ testing = [
6666
"importlib_metadata",
6767
"pytest-subprocess",
6868

69-
# workaround for pypa/setuptools#4333
70-
"pyproject-hooks!=1.1",
71-
7269
"jaraco.test",
7370
]
7471
docs = [
@@ -89,9 +86,6 @@ docs = [
8986
"sphinx-reredirects",
9087
"sphinxcontrib-towncrier",
9188
"sphinx-notfound-page >=1,<2",
92-
93-
# workaround for pypa/setuptools#4333
94-
"pyproject-hooks!=1.1",
9589
]
9690
ssl = []
9791
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-192-take2
58
setenv =
69
PYTHONWARNDEFAULTENCODING = 1
710
SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:1}

0 commit comments

Comments
 (0)