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

Extending tests to run one unittest suite for the oldest supported python #548

Merged
merged 2 commits into from Nov 23, 2021

Conversation

niklassiemer
Copy link
Member

In #547 we need to fix broken python3.6 support. We have to do this since we were only alerted on the unittests of other repositories running older python version:

Thus, I now add one unit test run with python3.6 on a linux machine to check for this type of errors.

@niklassiemer
Copy link
Member Author

Sadly, due to some of our dependencies dropping older python versions support, I cannot install the same packages under python3.6. For now, I test at least python3.7, however, I would like to think about how to check our own compatibility to python3.6 (or drop the support).

@niklassiemer
Copy link
Member Author

For python3.7 we have the ability to build the same environment and it is correctly failing now, thus, I merge this now.

@niklassiemer niklassiemer merged commit c885b6c into master Nov 23, 2021
@delete-merged-branch delete-merged-branch bot deleted the test_old_python branch November 23, 2021 13:42
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