Commit ec489ca 1 parent 4e1ede9 commit ec489ca Copy full SHA for ec489ca
File tree 3 files changed +1
-7
lines changed
3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ def parse_path_or_stdin(arg: str) -> PathOrSpecial:
130
130
"nox" ,
131
131
"pre-commit" ,
132
132
"pytest" ,
133
+ "pytest-*" ,
133
134
"tox" ,
134
135
# Building and Packaging Tools
135
136
"twine" ,
Original file line number Diff line number Diff line change @@ -64,8 +64,6 @@ unused_deps = [
64
64
" mock" ,
65
65
" peppy" , # Declared in ./requirements/requirements-doc.txt
66
66
" pydoc-markdown" ,
67
- " pytest-cov" ,
68
- " pytest-remotedata" ,
69
67
# "pyyaml", # found via SysPathResolver due to fawltydeps' own yaml dependency
70
68
]
71
69
@@ -100,6 +98,4 @@ unused_deps = [
100
98
" mock" ,
101
99
" peppy" ,
102
100
" pydoc-markdown" ,
103
- " pytest-cov" ,
104
- " pytest-remotedata" ,
105
101
]
Original file line number Diff line number Diff line change @@ -69,7 +69,4 @@ unused_deps = [
69
69
" Sphinx" ,
70
70
" httpbin" ,
71
71
" markupsafe" ,
72
- " pytest-cov" ,
73
- " pytest-httpbin" ,
74
- " pytest-mock" ,
75
72
]
You can’t perform that action at this time.
0 commit comments