We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
unittest-expander has some old code which will likely break on Python 3.8 zuo/unittest_expander#1
http://github.com/maaku/scenariotest/ might be a suitable replacement.
upstream rules checker also has some bad regex EFForg/https-everywhere#18985
The text was updated successfully, but these errors were encountered:
There is a chunk of code here in _unregex.py:127 that is incompatible with py38
_unregex.py:127
> new = sre_parse.SubPattern(pattern.pattern) E AttributeError: 'SubPattern' object has no attribute 'pattern'
Sorry, something went wrong.
split_regex: Disable remainder on Python 3.8
aee38c3
This isnt compatible with Python 3.8 and is unnecessary. Fixes #15
ea0e168
jayvdb
No branches or pull requests
unittest-expander has some old code which will likely break on Python 3.8 zuo/unittest_expander#1
http://github.com/maaku/scenariotest/ might be a suitable replacement.
upstream rules checker also has some bad regex EFForg/https-everywhere#18985
The text was updated successfully, but these errors were encountered: