Make url_fetch test independent of locale settings (#19390)

This commit is contained in:
Massimiliano Culpo 2020-10-21 09:18:50 +02:00 committed by GitHub
parent a5faf7d27a
commit bed929e7a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,7 +191,7 @@ def is_true():
stage.fetch()
status = capfd.readouterr()[1]
assert '##### 100.0%' in status
assert '##### 100' in status
def test_url_extra_fetch(tmpdir, mock_archive):