Skip to content

Commit

Permalink
Test pypa/pyproject-hooks pr 199
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jun 20, 2024
1 parent 2adbd4f commit a29321b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ testing = [
"importlib_metadata",
"pytest-subprocess",

# workaround for pypa/setuptools#4333
"pyproject-hooks!=1.1",

"jaraco.test",
]
docs = [
Expand All @@ -89,9 +86,6 @@ docs = [
"sphinx-reredirects",
"sphinxcontrib-towncrier",
"sphinx-notfound-page >=1,<2",

# workaround for pypa/setuptools#4333
"pyproject-hooks!=1.1",
]
ssl = []
certs = []
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
description = perform primary checks (tests, style, types, coverage)
deps =
# Ideally all the dependencies should be set as "extras"

# workaround for pypa/setuptools#4333
pyproject-hooks @ git+https://github.com/abravalheri/pyproject-hooks@issue-192-take2
setenv =
PYTHONWARNDEFAULTENCODING = 1
SETUPTOOLS_ENFORCE_DEPRECATION = {env:SETUPTOOLS_ENFORCE_DEPRECATION:1}
Expand Down

0 comments on commit a29321b

Please sign in to comment.