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 May 2, 2024
1 parent dcfc833 commit f592ab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 0 additions & 6 deletions setup.cfg
Expand Up @@ -78,9 +78,6 @@ testing =
importlib_metadata
pytest-subprocess

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

docs =
# upstream
sphinx >= 3.5
Expand All @@ -100,9 +97,6 @@ docs =
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
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:0}
Expand Down

0 comments on commit f592ab8

Please sign in to comment.