Skip to content

Commit

Permalink
ignore warning on pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Jul 20, 2022
1 parent 82163ed commit e5bf029
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_watch.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ async def test_awatch(tmp_path: Path, write_soon):
break


@pytest.mark.filterwarnings('ignore::DeprecationWarning')
async def test_await_stop_event(tmp_path: Path, write_soon):
sleep(0.05)
write_soon(tmp_path / 'foo.txt')
Expand Down

0 comments on commit e5bf029

Please sign in to comment.