summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorRonny Pfannschmidt <ronny.pfannschmidt@redhat.com>2018-10-17 20:08:07 +0200
committerRonny Pfannschmidt <ronny.pfannschmidt@redhat.com>2018-10-17 20:08:07 +0200
commit4f4c91caf5a95d6aa9f0207f9ec880f1be75dd99 (patch)
treef50c9f623dc0280cb79a694c257eec506c1de62d /pyproject.toml
parent93bdbf7572cf330c1cfba46f0436e9a201f5f3f6 (diff)
downloadpytest-4f4c91caf5a95d6aa9f0207f9ec880f1be75dd99.tar.gz
fix #4177 - pin setuptools>=40.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c83bd853d..d17b936c1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
[build-system]
requires = [
# sync with setup.py until we discard non-pep-517/518
- "setuptools>=30.3",
+ "setuptools>=40.0",
"setuptools-scm",
"wheel",
]