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

Drop Python2 support #36

Open
mohabusama opened this issue Apr 1, 2019 · 1 comment
Open

Drop Python2 support #36

mohabusama opened this issue Apr 1, 2019 · 1 comment
Labels

Comments

@mohabusama
Copy link
Contributor

Python2 EOL is coming soon, and we should support Python3-only and move on!

@pitr pitr added the Chore label May 16, 2019
@ubersan
Copy link

ubersan commented Apr 12, 2021

This might make it possible to remove the future dependency and the calls to standard_library.install_aliases() (

standard_library.install_aliases() # noqa
)

This call seems to make use of the deprecated imp module. This is annoying as our tests will print a warning

.../python3.9/site-packages/future/standard_library/__init__.py:65
 .../lib/python3.9/site-packages/future/standard_library/__init__.py:65: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
    import imp

-- Docs: https://docs.pytest.org/en/stable/warnings.html

There is an open upstream issue (PythonCharmers/python-future#246), but it's open for a few years now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants