Skip to content

Commit

Permalink
Backed out of PEP 517 builds
Browse files Browse the repository at this point in the history
Setuptools requires this project for building wheels, so we cannot require setuptools as a build requirement as it would create a cyclic dependency.

Fixes #429.
  • Loading branch information
agronholm committed Dec 28, 2021
1 parent dcac1db commit fb4dc7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
@@ -1,7 +1,3 @@
[build-system]
requires = ["setuptools >= 45.2.0"]
build-backend = "setuptools.build_meta"

[tool.black]
target-version = ['py37']
extend-exclude = '''
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -7,7 +7,6 @@
envlist = py37, py38, py39, py310, pypy3.7, flake8
minversion = 3.3.0
skip_missing_interpreters = true
isolated_build = true

[testenv]
commands = {envpython} -b -m pytest -W always {posargs}
Expand Down

0 comments on commit fb4dc7f

Please sign in to comment.