File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167
167
- name : Display build info
168
168
run : make pythoninfo
169
169
- name : Tests
170
- run : make buildbottest TESTOPTS="-j4 -uall,-cpu "
170
+ run : make buildbottest TESTOPTS="-j4 -uall"
171
171
172
172
build_ubuntu :
173
173
name : ' Ubuntu'
Original file line number Diff line number Diff line change 5
5
import unittest
6
6
7
7
from test import support
8
- from test .support import os_helper
8
+ from test .support import os_helper , requires_resource
9
9
from test .test_tools import imports_under_tool , skip_if_missing
10
10
11
11
skip_if_missing ('freeze' )
12
12
with imports_under_tool ('freeze' , 'test' ):
13
13
import freeze as helper
14
14
15
15
@support .requires_zlib ()
16
+ @requires_resource ('cpu' )
16
17
@unittest .skipIf (sys .platform .startswith ('win' ), 'not supported on Windows' )
17
18
@support .skip_if_buildbot ('not all buildbots have enough space' )
18
19
class TestFreeze (unittest .TestCase ):
You can’t perform that action at this time.
0 commit comments