Skip to content

Commit ec489ca

Browse files
committed
WIP: ignore_unused: Ignore 'pytest-*' by default
1 parent 4e1ede9 commit ec489ca

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

fawltydeps/settings.py

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def parse_path_or_stdin(arg: str) -> PathOrSpecial:
130130
"nox",
131131
"pre-commit",
132132
"pytest",
133+
"pytest-*",
133134
"tox",
134135
# Building and Packaging Tools
135136
"twine",

tests/real_projects/peppy.toml

-4
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ unused_deps = [
6464
"mock",
6565
"peppy", # Declared in ./requirements/requirements-doc.txt
6666
"pydoc-markdown",
67-
"pytest-cov",
68-
"pytest-remotedata",
6967
# "pyyaml", # found via SysPathResolver due to fawltydeps' own yaml dependency
7068
]
7169

@@ -100,6 +98,4 @@ unused_deps = [
10098
"mock",
10199
"peppy",
102100
"pydoc-markdown",
103-
"pytest-cov",
104-
"pytest-remotedata",
105101
]

tests/real_projects/requests.toml

-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,4 @@ unused_deps = [
6969
"Sphinx",
7070
"httpbin",
7171
"markupsafe",
72-
"pytest-cov",
73-
"pytest-httpbin",
74-
"pytest-mock",
7572
]

0 commit comments

Comments
 (0)