Skip to content
This repository was archived by the owner on Aug 26, 2026. It is now read-only.

Commit 90b1fef

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f5db841 commit 90b1fef

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ packages.find = { exclude = [
5858
[tool.setuptools_scm]
5959

6060
[tool.pytest]
61-
# enable setuptools-scm versioning
62-
ini_options.addopts = "--tb=short --color=yes -rsw --cov=pydeps2env"
6361
ini_options.testpaths = [
6462
"test",
6563
]
64+
# enable setuptools-scm versioning
65+
ini_options.addopts = "--tb=short --color=yes -rsw --cov=pydeps2env"

test/pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
3-
requires = [
4-
"setuptools>=40.9",
5-
"setuptools-scm[toml]",
6-
"wheel",
7-
]
3+
requires = [ "setuptools>=40.9", "setuptools-scm[toml]" ]
84

95
[project]
106
name = "test"

0 commit comments

Comments
 (0)