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

Add Python 3.11 to integration tests #119

Merged
merged 3 commits into from
Feb 28, 2023
Merged

Conversation

thomas-bc
Copy link
Contributor

@thomas-bc thomas-bc commented Feb 27, 2023

Originating Project/Creator
Affected Component
Affected Architectures(s)
Related Issue(s)
Has Unit Tests (y/n)
Builds Without Errors (y/n)
Unit Tests Pass (y/n)
Documentation Included (y/n)

Change Description

Adding Python 3.11 to the integration test workflow.
I also set the strategy.fail-fast to false. Default was True which caused all integration tests to abort if one failed, which can give a wrong impression of what's happening and take longer to review. That way, we know which ones are failing and which ones are not, without having to dig through the logs.
I also removed some unused variables that were probably copy/pasted from somewhere else, as it doesn't look like they were ever used.

Copy link
Collaborator

@LeStarch LeStarch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note, we should add F´ 3.1.1 to this list at some point too.

@LeStarch LeStarch merged commit f13455b into devel Feb 28, 2023
@thomas-bc thomas-bc deleted the workflow/int-test-py311 branch March 3, 2023 21:03
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

2 participants