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 4bf93b5 commit c144401Copy full SHA for c144401
1 file changed
tests/test_preconf.py
@@ -57,7 +57,7 @@
57
58
try:
59
__import__("cbor2")
60
-except ImportError:
+except ImportError: # pragma: no cover
61
NO_CBOR2 = True
62
else:
63
NO_CBOR2 = False
0 commit comments