Skip to content

Commit d8766b3

Browse files
asottilenicoddemus
authored andcommitted
Fix W605 (#214)
1 parent 61d32ca commit d8766b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/conftest.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ def webtext(base_url, selenium):
3838

3939
testdir.makefile(
4040
".cfg",
41-
setup="""
41+
setup=r"""
4242
[tool:pytest]
4343
filterwarnings =
4444
error::DeprecationWarning
4545
ignore:--firefox-\w+ has been deprecated:DeprecationWarning
46-
""", # noqa: W605
46+
""",
4747
)
4848

4949
def runpytestqa(*args, **kwargs):

0 commit comments

Comments
 (0)