-
Notifications
You must be signed in to change notification settings - Fork 85
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
Use of deprecated path api Path.isdir #224
Comments
flying-sheep
changed the title
Use of deprecated pathlib api Path.isdir
Use of deprecated path api Path.isdir
Apr 9, 2024
this now breaks as the API has been removed |
JPEWdev
added a commit
to JPEWdev/shacl2code
that referenced
this issue
Aug 2, 2024
The upstream for this module appears dead, and it is broken with the latest version of python due to [1], so remove it and implement the functionality locally [1]: man-group/pytest-plugins#224
JPEWdev
added a commit
to JPEWdev/shacl2code
that referenced
this issue
Aug 2, 2024
The upstream for this module appears dead, and it is broken with the latest version of python due to [1], so remove it and implement the functionality locally [1]: man-group/pytest-plugins#224
JPEWdev
added a commit
to JPEWdev/shacl2code
that referenced
this issue
Aug 2, 2024
The upstream for this module appears dead, and it is broken with the latest version of python due to [1], so remove it and implement the functionality locally [1]: man-group/pytest-plugins#224
JPEWdev
added a commit
to JPEWdev/shacl2code
that referenced
this issue
Aug 2, 2024
The upstream for this module appears dead, and it is broken with the latest version of python due to [1], so remove it and implement the functionality locally [1]: man-group/pytest-plugins#224
JPEWdev
added a commit
to JPEWdev/shacl2code
that referenced
this issue
Aug 2, 2024
The upstream for this module appears dead, and it is broken with the latest version of python due to [1], so remove it and implement the functionality locally [1]: man-group/pytest-plugins#224
fmigneault
added a commit
to crim-ca/weaver
that referenced
this issue
Aug 28, 2024
20 tasks
jonbannister
added a commit
that referenced
this issue
Oct 9, 2024
#224: Fix the use of Path, which renamed isdir() to is_dir().
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See path 16.12.0:
pytest-plugins/pytest-shutil/pytest_shutil/workspace.py
Line 139 in 5f9b88a
The text was updated successfully, but these errors were encountered: