[@spackbot] updating style on behalf of psakievich
This commit is contained in:
		@@ -2947,4 +2947,4 @@ def test_reuse_prefers_standard_over_git_versions(
 | 
			
		||||
    with spack.config.override("concretizer:reuse", True):
 | 
			
		||||
        test_spec = spack.spec.Spec("zlib-ng@2").concretized()
 | 
			
		||||
        assert git_spec.dag_hash() != test_spec.dag_hash()
 | 
			
		||||
        assert standard_spec.dag_hash() == test_spec.dag_hash()
 | 
			
		||||
        assert standard_spec.dag_hash() == test_spec.dag_hash()
 | 
			
		||||
 
 | 
			
		||||
@@ -71,7 +71,6 @@ def flag_handler(self, name, flags):
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class AutotoolsBuilder(autotools.AutotoolsBuilder):
 | 
			
		||||
 | 
			
		||||
    @run_before("configure")
 | 
			
		||||
    def pretend_gcc(self):
 | 
			
		||||
        # All nice things (PIC flags, symbol versioning) that happen to the compilers that are
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user