-
Notifications
You must be signed in to change notification settings - Fork 40
Fix 'SyntaxWarning' about invalid escape sequence #303
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
Conversation
I am trying to reproduce the CI failures locally. Right now in my Leap 15.6 based development environment I get different errors from an unexpected generated diff of test commands even with no local changes applied |
@andrii-suse when I try to run
I reproduced this error on Leap 15.6 using a virtual env with python 3.6 same as 3.11 and also from a clean git checkout. So multiple errors and unexpected diff. Can you provide some pointers? |
That must be a locale problem, check json ci jobs in the gitlab project - they set locale infront |
Ah wait, there are real failures, I will have a look |
Ok, besides locale there must be some leftover folders. I don't know why git doesn't delete them, does it fail on a clean clone with the correct locale? |
345cddc
to
eb41857
Compare
Yes. I used
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.