File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1541,8 +1541,8 @@ def test_read_all(self):
1541
1541
1542
1542
self .assertEqual (b"abcdefg" , bufio .read ())
1543
1543
1544
- @support .requires_resource ('cpu' )
1545
1544
@threading_helper .requires_working_threading ()
1545
+ @support .requires_resource ('cpu' )
1546
1546
def test_threads (self ):
1547
1547
try :
1548
1548
# Write out many bytes with exactly the same number of 0's,
@@ -1930,8 +1930,8 @@ def test_truncate_after_write(self):
1930
1930
f .truncate ()
1931
1931
self .assertEqual (f .tell (), buffer_size + 2 )
1932
1932
1933
- @support .requires_resource ('cpu' )
1934
1933
@threading_helper .requires_working_threading ()
1934
+ @support .requires_resource ('cpu' )
1935
1935
def test_threads (self ):
1936
1936
try :
1937
1937
# Write out many bytes from many threads and test they were
Original file line number Diff line number Diff line change @@ -465,10 +465,10 @@ def test_sitecustomize_executed(self):
465
465
else :
466
466
self .fail ("sitecustomize not imported automatically" )
467
467
468
- @test .support .requires_resource ('network' )
469
- @test .support .system_must_validate_cert
470
468
@unittest .skipUnless (hasattr (urllib .request , "HTTPSHandler" ),
471
469
'need SSL support to download license' )
470
+ @test .support .requires_resource ('network' )
471
+ @test .support .system_must_validate_cert
472
472
def test_license_exists_at_url (self ):
473
473
# This test is a bit fragile since it depends on the format of the
474
474
# string displayed by license in the absence of a LICENSE file.
You can’t perform that action at this time.
0 commit comments