man-group / pytest-plugins

A grab-bag of nifty pytest plugins
MIT License
559 stars 83 forks source link

#224: Fix the use of Path, which renamed isdir() to is_dir(). #226

Open jonbannister opened 3 weeks ago

jonbannister commented 3 weeks ago

What Replace Path::isdir() usages with Path::is_dir(). This change also pins to a minimum version of path>=16.12.0 which includes the new is_dir() function.

Why To address #224 which is currently breaking a number of other builds since the removal of Path::isdir().