Closed WhyNotHugo closed 6 years ago
BTW, the explicit use of pathlib
is also what breaks Python 3.3.
Cleaned up a bit. If this looks okay, I'll add explicit tests using pathlib.Path
and other Pathlike objects.
Bump?
Bump? 🙂
Bump?
Relies on https://www.python.org/dev/peps/pep-0519/
Please do add a test for it, ideally using a Pep519Mock object for Python <3.6 (or add a version check to the test).
Rather than just any
str
, allow any other path-like object (eg:pathlib.Path
) as aconfigspec
.