mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-20 23:32:47 +01:00
32 lines
700 B
Diff
32 lines
700 B
Diff
diff --git a/pyproject.toml b/pyproject.toml
|
|
index dd4be6c..1b43c10 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -2,14 +2,10 @@
|
|
requires = [
|
|
# sync with setup.py until we discard non-pep-517/518
|
|
"setuptools>=42.0",
|
|
- "setuptools-scm[toml]>=3.4",
|
|
"wheel",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
-[tool.setuptools_scm]
|
|
-write_to = "src/_pytest/_version.py"
|
|
-
|
|
[tool.pytest.ini_options]
|
|
minversion = "2.0"
|
|
addopts = "-rfEX -p pytester --strict-markers"
|
|
diff --git a/setup.cfg b/setup.cfg
|
|
index f919a94..c9247f6 100644
|
|
--- a/setup.cfg
|
|
+++ b/setup.cfg
|
|
@@ -56,7 +56,6 @@
|
|
=src
|
|
setup_requires =
|
|
setuptools>=42.0
|
|
- setuptools-scm>=3.4
|
|
zip_safe = no
|
|
|
|
[options.entry_points]
|