File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def tearDown(self):
44
44
# spurious sdtout/stderr output under Mac OS X
45
45
@unittest .skipUnless (sys .platform .startswith ('linux' ),
46
46
'spurious sdtout/stderr output under Mac OS X' )
47
- @requires_zlib
47
+ @requires_zlib ()
48
48
@unittest .skipIf (find_executable ('rpm' ) is None ,
49
49
'the rpm command is not found' )
50
50
@unittest .skipIf (find_executable ('rpmbuild' ) is None ,
@@ -87,7 +87,7 @@ def test_quiet(self):
87
87
# spurious sdtout/stderr output under Mac OS X
88
88
@unittest .skipUnless (sys .platform .startswith ('linux' ),
89
89
'spurious sdtout/stderr output under Mac OS X' )
90
- @requires_zlib
90
+ @requires_zlib ()
91
91
# http://bugs.python.org/issue1533164
92
92
@unittest .skipIf (find_executable ('rpm' ) is None ,
93
93
'the rpm command is not found' )
You can’t perform that action at this time.
0 commit comments