-
Notifications
You must be signed in to change notification settings - Fork 29
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 with newer versions of pytest-plus: "has an id that does not match our safe pattern '^[\w_\-\.]+$' for use with a terminal" #340
Closed
johanneskastl opened this issue
Nov 23, 2023
· 2 comments
· Fixed by pytest-dev/pytest-plus#25 or #347
Closed
Tests failing with newer versions of pytest-plus: "has an id that does not match our safe pattern '^[\w_\-\.]+$' for use with a terminal" #340
johanneskastl opened this issue
Nov 23, 2023
· 2 comments
· Fixed by pytest-dev/pytest-plus#25 or #347
Comments
The check can be disabled with
See https://github.com/pytest-dev/pytest-plus#user-content-avoiding-problematic-test-identifiers |
Thanks @sebix! I think the test names should finally be fixed upstream like in other ansible-related tools. But for now at least the openSUSE package is building again... |
ssbarnea
added a commit
to pytest-dev/pytest-plus
that referenced
this issue
Jan 10, 2024
ssbarnea
added a commit
to pytest-dev/pytest-plus
that referenced
this issue
Jan 10, 2024
ssbarnea
added a commit
that referenced
this issue
Jan 10, 2024
* Update test dependencies Fixes: #340 * chore: auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Newer versions of pytest-plus are complaining because the naming of the tests is not safe:
I have not found a fix in the list of commits, did I just miss it or is there none yet?
Kind Regards,
Johannes
The text was updated successfully, but these errors were encountered: