Skip to content

Commit d1d88e2

Browse files
Add requires_zstd label
1 parent 870d104 commit d1d88e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/support/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ def requires_zstd(reason='requires zstd'):
560560
from compression import zstd
561561
except ImportError:
562562
zstd = None
563-
return unittest.skipUnless(zstd, reason)
563+
return skipUnless(zstd, reason, label='requires_zstd')
564564

565565
def has_no_debug_ranges():
566566
try:

0 commit comments

Comments
 (0)