Skip to content

Commit

Permalink
tests: silence linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
bretello committed Nov 7, 2023
1 parent 1e26e0c commit 546b499
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/test_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -2061,7 +2061,7 @@ def fn():
testdir.monkeypatch.setenv("PDBPP_COLORS", "0")
testdir.syspathinsert()

@pytest.mark.xfail(strict=False, reason="Flaky: fails in tox, succeeds when called with pytest - see https://github.com/nedbat/coveragepy/issues/1420")
@pytest.mark.xfail(strict=False, reason="Flaky: fails in tox, succeeds when called with pytest - see https://github.com/nedbat/coveragepy/issues/1420") # noqa: E501
def test_list_with_changed_source(self):
from myfile import fn

Expand Down Expand Up @@ -2095,7 +2095,7 @@ def test_list_with_changed_source(self):
(Pdb++) c
""")

@pytest.mark.xfail(strict=False, reason="Flaky: fails in tox, succeeds when called with pytest - see https://github.com/nedbat/coveragepy/issues/1420")
@pytest.mark.xfail(strict=False, reason="Flaky: fails in tox, succeeds when called with pytest - see https://github.com/nedbat/coveragepy/issues/1420") # noqa: E501
def test_longlist_with_changed_source(self):
from myfile import fn

Expand Down

0 comments on commit 546b499

Please sign in to comment.