Skip to content

Commit 9d9007c

Browse files
committed
Mark pbr integration test as xfail.
1 parent f1cc916 commit 9d9007c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setuptools/tests/integration/test_pbr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55

66
@pytest.mark.uses_network
7+
@pytest.mark.xfail(reason="https://bugs.launchpad.net/pbr/+bug/2111459")
78
def test_pbr_integration(pbr_package, venv):
89
"""Ensure pbr packages install."""
910
cmd = [

0 commit comments

Comments
 (0)