From bed929e7a91d66c0be37d81351d8fb290a26e8cf Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Wed, 21 Oct 2020 09:18:50 +0200 Subject: Make url_fetch test independent of locale settings (#19390) --- lib/spack/spack/test/url_fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/test/url_fetch.py b/lib/spack/spack/test/url_fetch.py index 8a9a175a37..37b4cdc214 100644 --- a/lib/spack/spack/test/url_fetch.py +++ b/lib/spack/spack/test/url_fetch.py @@ -191,7 +191,7 @@ def test_url_with_status_bar(tmpdir, mock_archive, monkeypatch, capfd): stage.fetch() status = capfd.readouterr()[1] - assert '##### 100.0%' in status + assert '##### 100' in status def test_url_extra_fetch(tmpdir, mock_archive): -- cgit v1.2.3-60-g2f50