style
This commit is contained in:
		| @@ -2,7 +2,6 @@ | |||||||
| # Spack Project Developers. See the top-level COPYRIGHT file for details. | # Spack Project Developers. See the top-level COPYRIGHT file for details. | ||||||
| # | # | ||||||
| # SPDX-License-Identifier: (Apache-2.0 OR MIT) | # SPDX-License-Identifier: (Apache-2.0 OR MIT) | ||||||
| import os |  | ||||||
| import sys | import sys | ||||||
| 
 | 
 | ||||||
| import jinja2 | import jinja2 | ||||||
| @@ -333,7 +332,6 @@ def concretize_difficult_packages(self, a, b): | |||||||
|         assert s[a].version == ver(b) |         assert s[a].version == ver(b) | ||||||
| 
 | 
 | ||||||
|     def test_concretize_two_virtuals(self): |     def test_concretize_two_virtuals(self): | ||||||
| 
 |  | ||||||
|         """Test a package with multiple virtual dependencies.""" |         """Test a package with multiple virtual dependencies.""" | ||||||
|         Spec('hypre').concretize() |         Spec('hypre').concretize() | ||||||
| 
 | 
 | ||||||
| @@ -1171,7 +1169,6 @@ def test_reuse_does_not_overwrite_dependent_dev_specs( | |||||||
|         dev_spec = Spec(dev_spec_str).concretized(reuse=True) |         dev_spec = Spec(dev_spec_str).concretized(reuse=True) | ||||||
|         assert dev_spec.dag_hash() is not s.dag_hash() |         assert dev_spec.dag_hash() is not s.dag_hash() | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
|     @pytest.mark.regression('20292') |     @pytest.mark.regression('20292') | ||||||
|     @pytest.mark.parametrize('context', [ |     @pytest.mark.parametrize('context', [ | ||||||
|         {'add_variant': True, 'delete_variant': False}, |         {'add_variant': True, 'delete_variant': False}, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 psakiev
					psakiev