We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8350a commit 84534a0Copy full SHA for 84534a0
test/fixtures/pyproject-toml/pyproject.toml
@@ -0,0 +1,3 @@
1
+[build-system]
2
+requires = ["setuptools", "wheel"]
3
+build-backend = "setuptools.build_meta:__legacy__"
test/fixtures/pyproject-toml/setup.py
@@ -0,0 +1,4 @@
+from setuptools import setup
+
4
+setup(name="foobar", version="1.0.0")
test/run-features
@@ -70,6 +70,11 @@ testPipenvFullVersion() {
70
assertCapturedSuccess
71
}
72
73
+testPyProjectToml() {
74
+ compile "pyproject-toml"
75
+ assertCapturedSuccess
76
+}
77
78
testPoetry() {
79
compile "poetry"
80
0 commit comments