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 Python 2 code and avoid deprecated code #164

Merged
merged 2 commits into from May 9, 2023
Merged

Conversation

stefan6419846
Copy link
Collaborator

  • Drop all Python 2 compatibility code.
  • Use pytest instead of the old py.test, as the py namespace has been dropped in vendor py.path and py.error pytest-dev/pytest#10396 (starting in pytest 7.2.0)
  • pytest-flake8 is more or less unmaintained and breaks with the latest pytest and/or flake8, while the pytest maintainers recommend to use plain flake8 instead of this integration.

@stefan6419846
Copy link
Collaborator Author

Travis CI still shows up as required for a successful merge. This probably has to be changed in the repository settings under Branches - Branch protection rules or similar.

@stefan6419846 stefan6419846 merged commit d6feded into master May 9, 2023
19 checks passed
@stefan6419846 stefan6419846 deleted the deprecations branch May 9, 2023 07:27
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.

None yet

1 participant