Skip to content

Commit

Permalink
Fix W605 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile authored and nicoddemus committed Jan 23, 2019
1 parent 61d32ca commit d8766b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ def webtext(base_url, selenium):

testdir.makefile(
".cfg",
setup="""
setup=r"""
[tool:pytest]
filterwarnings =
error::DeprecationWarning
ignore:--firefox-\w+ has been deprecated:DeprecationWarning
""", # noqa: W605
""",
)

def runpytestqa(*args, **kwargs):
Expand Down

0 comments on commit d8766b3

Please sign in to comment.