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

Update test under python versions #1862

Merged

Conversation

emanlove
Copy link
Member

@emanlove emanlove commented Nov 1, 2023

Dropping Python 3.7 which is end of life and picking up 3.11. Currently 3.12 has some issue so it is not yet included. Also dropped pypy for now.

Also allow for matrix to continue on failure so we can see all the error
all at once and resolve them instead of doing it one at a time.
Due to an conflict with statuschecker and startingwith Python 3.11,
inline flags, like `(?i)`, must be at the front of the regex. But
statuschecker (v3.0.1) inserts a match begining of line to the start,
thus violating this rule. Discussion have been had over with the status
checker project on possible changes. So in the mean time going to remove
these from the log status check.
- Trying to match log output across both Python 4.11 and 4.8
- Update expected line containinglog message
@emanlove emanlove merged commit 52849e4 into robotframework:master Nov 1, 2023
6 checks passed
@emanlove emanlove deleted the update-test-under-python-versions branch November 1, 2023 14:38
@emanlove emanlove added bug priority: critical acknowledge To be acknowledged in release notes labels Nov 17, 2023
@emanlove emanlove modified the milestones: v6.2.0, v6.1.4 Nov 17, 2023
@emanlove emanlove removed this from the v6.1.4 milestone Nov 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acknowledge To be acknowledged in release notes bug priority: critical
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant