mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
tests: Fix failure with newer pytest
This is with latest packages on Fedora 33, I didn't investigate deeper Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
20c2f633d0
commit
a121c943ef
@ -135,5 +135,5 @@ def test_misc():
|
|||||||
|
|
||||||
with pytest.raises(ValueError) as e:
|
with pytest.raises(ValueError) as e:
|
||||||
_test("empty")
|
_test("empty")
|
||||||
assert "installable distribution" in str(e)
|
assert "installable distribution" in str(e.value)
|
||||||
assert "mistyped" in str(e)
|
assert "mistyped" in str(e.value)
|
||||||
|
Loading…
Reference in New Issue
Block a user