From a29321bd6603f32b3e530e038be72bf9d7edaae4 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Thu, 20 Jun 2024 18:18:18 +0100 Subject: [PATCH] Test pypa/pyproject-hooks pr 199 --- pyproject.toml | 6 ------ tox.ini | 3 +++ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 712b4ee31f..be36a18072 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,9 +66,6 @@ testing = [ "importlib_metadata", "pytest-subprocess", - # workaround for pypa/setuptools#4333 - "pyproject-hooks!=1.1", - "jaraco.test", ] docs = [ @@ -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 = [] diff --git a/tox.ini b/tox.ini index ecfe01cd18..3dca245c76 100644 --- a/tox.ini +++ b/tox.ini @@ -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}