File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed 
tests/pypi/env_marker_setting Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ _platform_release_config = rule(
130130)
131131
132132def  _platform_version_config_impl (ctx ):
133+     _  =  ctx   # @unused 
133134    return  [BuildSettingInfo (value  =  "" )]
134135
135136# Despite its name, this "version" value is not a simple version value. 
Original file line number Diff line number Diff line change 1+ """env_marker_setting tests.""" 
2+ 
13load ("@rules_testing//lib:analysis_test.bzl" , "analysis_test" )
24load ("@rules_testing//lib:test_suite.bzl" , "test_suite" )
35load ("@rules_testing//lib:util.bzl" , "TestingAspectInfo" )
4- load ("//python/private/pypi:env_marker_setting.bzl" , "env_marker_setting" )
6+ load ("//python/private/pypi:env_marker_setting.bzl" , "env_marker_setting" )   # buildifier: disable=bzl-visibility 
57load ("//tests/support:support.bzl" , "PYTHON_VERSION" )
68
79_tests  =  []
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments