This repository was archived by the owner on Oct 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Top Open diff view settings Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Top Open diff view settings Original file line number Diff line number Diff line change @@ -1386,7 +1386,6 @@ test('py3.7 uses download cache by default option',
13861386 ) ;
13871387 t . end ( ) ;
13881388 } ,
1389- { skip : true }
13901389) ;
13911390
13921391test ( 'py3.7 uses download cache by default' ,
@@ -1401,7 +1400,6 @@ test('py3.7 uses download cache by default',
14011400 ) ;
14021401 t . end ( ) ;
14031402 } ,
1404- { skip : true }
14051403) ;
14061404
14071405test (
@@ -1418,8 +1416,7 @@ test(
14181416 ) ;
14191417 t . end ( ) ;
14201418 } ,
1421- // { skip: !canUseDocker() || brokenOn('win32') }
1422- { skip : true }
1419+ { skip : ! canUseDocker ( ) || brokenOn ( 'win32' ) }
14231420) ;
14241421
14251422test (
@@ -1437,8 +1434,7 @@ test(
14371434 ) ;
14381435 t . end ( ) ;
14391436 } ,
1440- // { skip: !canUseDocker() || brokenOn('win32') }
1441- { skip : true }
1437+ { skip : ! canUseDocker ( ) || brokenOn ( 'win32' ) }
14421438) ;
14431439
14441440test ( 'py3.7 uses static and download cache' ,
@@ -1462,7 +1458,6 @@ test('py3.7 uses static and download cache',
14621458 ) ;
14631459 t . end ( ) ;
14641460 } ,
1465- { skip : true }
14661461) ;
14671462
14681463test (
You can’t perform that action at this time.
0 commit comments