Skip rpm info test on Windows

This commit is contained in:
Erik Johnson 2022-10-06 14:57:30 -05:00 committed by Megan Wilhite
parent 7bedb4b875
commit b001bacedc

View file

@ -380,6 +380,7 @@ def test_version_cmp_python():
)
@pytest.mark.skip_on_windows
def test_info():
"""
Confirm that a nonzero retcode does not raise an exception.