File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -142,8 +142,6 @@ def test_builder_found(
142
142
monkeypatch: The pytest Monkeypatch fixture
143
143
session_venv: The session venv
144
144
145
- Raises:
146
- AssertionError: if either file is not found
147
145
"""
148
146
149
147
@property # type: ignore[misc]
@@ -203,11 +201,12 @@ def test_str_to_bool() -> None:
203
201
assert str_to_bool ("anything else" ) is None
204
202
205
203
206
- def test_opt_deps_to_files (tmp_path : Path , capsys : pytest .LogCaptureFixture ) -> None :
204
+ def test_opt_deps_to_files (tmp_path : Path , capsys : pytest .CaptureFixture [ str ] ) -> None :
207
205
"""Test the opt_deps_to_files function.
208
206
209
207
Args:
210
208
tmp_path: A temporary path
209
+ capsys: The pytest LogCaptureFixture
211
210
"""
212
211
# Create a temporary file with some content
213
212
f1 = tmp_path / "test-requirements.txt"
You can’t perform that action at this time.
0 commit comments