-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Tests failing dues to incorrect escaping of RE strings #3325
Comments
@mcepl could you please send that as a PR? |
@webknjaz I have couple of hundred packages to manage (plus I dabble in almost thousand more) as a openSUSE packager. Do I have to clone all of them, just because its upstream maintainers are too lazy to apply a patch file themselves? |
I was just worrying that the patch wouldn't be credited to you. And please don't accuse ppl you don't know in anything, which is a lie basically. Most of maintainers here are also busy with even higher-volume projects. I can easily count your rudeness as laziness following your example. |
At least post your github email, so that we could use |
You are right, I have overreacted. I am sorry. It is mcepl at cepl dot eu. The name is Matěj Cepl |
@gyermolenko raw-strings way is better, though. I'd apply the patch. Maybe partially. |
The problem is fixed. |
Long story short
Expected behaviour
Test suite should pass without problems.
Actual behaviour
It fails as shown above
Steps to reproduce
Just run testsuite with
python3 setup.py test
Your environment
chroot build environment for openSUSE, details at SPEC file and full build log.
This patch fixes the issue.
The text was updated successfully, but these errors were encountered: