Add legacypath plugin

This commit is contained in:
Ran Benita 2021-10-16 10:29:21 +03:00
parent b7fc0003fd
commit c2ece58aa0
2 changed files with 2 additions and 0 deletions

View File

@ -240,6 +240,7 @@ default_plugins = essential_plugins + (
"unittest",
"capture",
"skipping",
"legacypath",
"tmpdir",
"monkeypatch",
"recwarn",

View File

@ -0,0 +1 @@
"""Add backward compatibility support for the legacy py path type."""