mirror of
https://github.com/chatmail/core.git
synced 2026-05-12 19:36:32 +03:00
python: enable isolated build in tox.ini
This makes tox install build system configured in pyproject.toml according to PEP 518 rather than assuming setuptools.
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2", "cffi>=1.0.0"]
|
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2", "cffi>=1.0.0"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[tool.setuptools_scm]
|
[tool.setuptools_scm]
|
||||||
root = ".."
|
root = ".."
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
|
isolated_build = true
|
||||||
envlist =
|
envlist =
|
||||||
py3
|
py3
|
||||||
lint
|
lint
|
||||||
|
|||||||
Reference in New Issue
Block a user