Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 6 commits into from
Oct 9, 2024

Conversation

jonbannister
Copy link
Contributor

@jonbannister jonbannister commented Aug 16, 2024

What
Replace Path/path.py usages with pathlib.Path across the entire repo. Also removing references to outdated python versions and unused imports.

Why
To address #224 which is currently breaking a number of other builds since the renaming of Path::isdir() to Path::is_dir(). We don't really need the dependency since we can use functions from the standard library.

@jonbannister jonbannister requested a review from eeaston August 16, 2024 09:57
pytest-shutil/setup.py Outdated Show resolved Hide resolved
@jonbannister jonbannister requested a review from morotti October 5, 2024 10:21
@jonbannister jonbannister merged commit 01b3fb2 into master Oct 9, 2024
2 checks passed
@jonbannister jonbannister deleted the 224-fix-shutil branch October 9, 2024 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants