Skip to content

Commit c2ece58

Browse files
committed
Add legacypath plugin
1 parent b7fc000 commit c2ece58

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/_pytest/config/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ def directory_arg(path: str, optname: str) -> str:
240240
"unittest",
241241
"capture",
242242
"skipping",
243+
"legacypath",
243244
"tmpdir",
244245
"monkeypatch",
245246
"recwarn",

src/_pytest/legacypath.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Add backward compatibility support for the legacy py path type."""

0 commit comments

Comments
 (0)