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 c74efee commit 40a9bf4Copy full SHA for 40a9bf4
tests/integration/test_devices.py
@@ -1,5 +1,5 @@
1
import uuid
2
-
+import pytest
3
from square.types.device_code import DeviceCode
4
5
from . import helpers
@@ -16,7 +16,7 @@ def create_device_code():
16
assert device_code.id is not None
17
return device_code.id
18
19
+@pytest.mark.skip(reason="Temporarily skipping test_list_device_codes")
20
def test_list_device_codes():
21
client = helpers.test_client()
22
create_device_code()
0 commit comments