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

Fixup new deprecations coming soon in Python 3.12 #78

Closed
digitalresistor opened this issue Feb 7, 2022 · 0 comments · Fixed by #82
Closed

Fixup new deprecations coming soon in Python 3.12 #78

digitalresistor opened this issue Feb 7, 2022 · 0 comments · Fixed by #82

Comments

@digitalresistor
Copy link
Member

tests/test_venusian.py: 35 warnings
  <frozen importlib._bootstrap_external>:572: DeprecationWarning: find_module() is deprecated and slated for removal in Python 3.12; use find_spec() instead

tests/test_venusian.py: 35 warnings
  <frozen importlib._bootstrap_external>:1514: DeprecationWarning: FileFinder.find_loader() is deprecated and slated for removal in Python 3.12; use find_spec() instead

tests/test_venusian.py::TestScanner::test_package_in_zip
  <frozen zipimport>:158: DeprecationWarning: zipimporter.find_module() is deprecated and slated for removal in Python 3.12; use find_spec() instead

tests/test_venusian.py::TestScanner::test_package_in_zip
  <frozen zipimport>:122: DeprecationWarning: zipimporter.find_loader() is deprecated and slated for removal in Python 3.12; use find_spec() instead
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 a pull request may close this issue.

1 participant