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