-
-
Notifications
You must be signed in to change notification settings - Fork 187
fix: poetry run pytest
raises SyntaxError: invalid escape sequence \S
#454
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
base: master
Are you sure you want to change the base?
Conversation
poetry run pytest
raises SyntaxError: invalid escape sequence \S
@TheKevJames thanks for this useful and easy to use package~ Can this PR be accepted? |
+1 The test failures are only because CI isn't configured to allow third-party PRs to push results to Coveralls. docopt is not maintained and has deprecated code that will eventually cause SyntaxError in all cases (it currently causes SyntaxWarnings, that are upgraded to errors if run with PYTHONWARNINGS=error or similar). https://docs.python.org/3/whatsnew/3.12.html
|
@TheKevJames Cloud you take a look at this PR? |
Fixes #465
Checklist
Motivation and Context
As the docopt project has been not maintained for many years, shall we to use another one to replace it:
docopt/docopt#507 (comment)
https://github.com/jazzband/docopt-ng