Skip to content
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

test: Make RE match a raw string #7409

Merged
merged 1 commit into from
Feb 9, 2025
Merged

Conversation

martinpitt
Copy link
Member

Fixes new warning with ruff 0.8.6:

test/test_aio.py:146:59: RUF043 Pattern passed to match= contains metacharacters but is neither escaped nor raw


This started to happen today, presumably due to the tasks container refresh.

Fixes new warning with ruff 0.8.6:

> test/test_aio.py:146:59: RUF043 Pattern passed to `match=` contains metacharacters but is neither escaped nor raw
@jelly jelly merged commit 0db58ac into cockpit-project:main Feb 9, 2025
5 checks passed
@martinpitt martinpitt deleted the ruff branch February 9, 2025 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants