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

Remove remnants of Python 2 support #62

Closed
pnuu opened this issue Sep 7, 2021 · 0 comments · Fixed by #67
Closed

Remove remnants of Python 2 support #62

pnuu opened this issue Sep 7, 2021 · 0 comments · Fixed by #67

Comments

@pnuu
Copy link
Member

pnuu commented Sep 7, 2021

Problem description

There are some remnants from the era when Python 2.x was still supported. Some examples:

  • use of six library
  • if sys.version_info < (2, 7, 10) and similar checks in satpass.py, schedule.py, version.py and test_schedule.py
  • try/except for importing unittest.mock.patch

These should be removed as unnecessary since Python 2.x is not supported.

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

Successfully merging a pull request may close this issue.

1 participant