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 5372628 commit 9a70f5cCopy full SHA for 9a70f5c
pyproject.toml
@@ -51,5 +51,5 @@ flake8 = "^5.0.0"
51
tox-poetry-installer = {extras = ["poetry"], version = "^0.8.1"}
52
53
[build-system]
54
-requires = ["poetry>=1.2"]
55
-build-backend = "poetry.masonry.api"
+requires = ["poetry_core>=1.0.0"]
+build-backend = "poetry.core.masonry.api"
tox.ini
@@ -1,3 +1,12 @@
1
+[tox]
2
+isolated_build = True
3
+
4
+[tox:.package]
5
+# note tox will use the same python version as under what tox is installed to package
6
+# so unless this is python 3 you can require a given python version for the packaging
7
+# environment via the basepython key
8
+basepython = python3
9
10
[testenv:integration-tests]
11
deps = -r{toxinidir}/dev_requirements.txt
12
0 commit comments