Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wbarnha committed Jun 29, 2023
1 parent af24840 commit 6e1ce9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_streams.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import asyncio
import platform
import pytest
from copy import copy
from unittest.mock import Mock, patch

Expand Down Expand Up @@ -282,6 +281,7 @@ async def test_acks_filtered_out_messages_when_using_take(app, event_loop):
acked = [m.acked for m in messages if m.acked]
assert len(acked) == len(initial_values)


@pytest.mark.skipif(
platform.python_implementation() == "PyPy", reason="Not yet supported on PyPy"
)
Expand Down

0 comments on commit 6e1ce9f

Please sign in to comment.