auto style fix

This commit is contained in:
Peter Josef Scheibel
2022-10-19 14:34:10 -06:00
committed by Gregory Becker
parent a92eacd3c8
commit 821d20cf06

View File

@@ -184,7 +184,9 @@ def test_config_set_url_for_package(self, mutable_mock_repo):
applied correctly
"""
update_packages(
"mpileaks", "package_attributes", {"url": "http://www.somewhereelse.com/mpileaks-1.0.tar.gz"}
"mpileaks",
"package_attributes",
{"url": "http://www.somewhereelse.com/mpileaks-1.0.tar.gz"},
)
spec = concretize("mpileaks")
assert spec.package.fetcher[0].url == "http://www.somewhereelse.com/mpileaks-2.3.tar.gz"