We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 818cc86 commit 04d092cCopy full SHA for 04d092c
2 files changed
tests/conftest.py
@@ -6,7 +6,7 @@
6
7
import pamqp
8
import pytest
9
-from aiomisc_pytest.pytest_plugin import TCPProxy
+from aiomisc_pytest import TCPProxy
10
from yarl import URL
11
12
from aiormq import Connection
tests/test_channel.py
@@ -3,7 +3,7 @@
3
from os import urandom
4
5
import aiormq
from aiormq.abc import DeliveredMessage
0 commit comments