Add legacypath plugin
This commit is contained in:
parent
b7fc0003fd
commit
c2ece58aa0
|
@ -240,6 +240,7 @@ default_plugins = essential_plugins + (
|
|||
"unittest",
|
||||
"capture",
|
||||
"skipping",
|
||||
"legacypath",
|
||||
"tmpdir",
|
||||
"monkeypatch",
|
||||
"recwarn",
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
"""Add backward compatibility support for the legacy py path type."""
|
Loading…
Reference in New Issue