Skip to content

Commit 4e42421

Browse files
committed
config: fix an incorrect type
Was a mistake in d97d44a.
1 parent 161ba87 commit 4e42421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ def _decide_args(
12431243
self,
12441244
*,
12451245
args: List[str],
1246-
pyargs: List[str],
1246+
pyargs: bool,
12471247
testpaths: List[str],
12481248
invocation_dir: Path,
12491249
rootpath: Path,

0 commit comments

Comments
 (0)