man-group / pytest-plugins

A grab-bag of nifty pytest plugins
MIT License
568 stars 85 forks source link

Use of deprecated path api Path.isdir #224

Closed flying-sheep closed 2 weeks ago

flying-sheep commented 6 months ago

See path 16.12.0:

Added .is_dir and .is_file for parity with pathlib. Deprecates .isdir and .isfile. (https://github.com/jaraco/path/issues/214)

https://github.com/man-group/pytest-plugins/blob/5f9b88a65a8c1e506885352bbd9b2a47900f5014/pytest-shutil/pytest_shutil/workspace.py#L139

flying-sheep commented 3 months ago

this now breaks as the API has been removed