We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb01757 commit aeed34cCopy full SHA for aeed34c
tests/get_connection_manager_test.py
@@ -18,7 +18,9 @@ def test_get_connection_manager():
18
assert connection_manager_1 == connection_manager_2
19
20
21
-def test_different_connection_manager_different_pool():
+def test_different_connection_manager_different_pool( # pylint: disable=unused-argument
22
+ circuitpython_socketpool_module, adafruit_esp32spi_socket_module
23
+):
24
radio_wifi = mocket.MockRadio.Radio()
25
radio_esp = mocket.MockRadio.ESP_SPIcontrol()
26
0 commit comments