Skip to content

Commit 2be72dc

Browse files
authored
tests: mark test_setup.py as xfail until #243 is fixed
1 parent 8e513df commit 2be72dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mss/tests/test_setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
CHECK = "twine check dist/*".split()
1818

1919

20+
@pytest.mark.xfail("Issue #243)
2021
def test_sdist():
2122
output = check_output(SDIST, stderr=STDOUT, text=True)
2223
expected = f"""
@@ -110,6 +111,7 @@ def test_sdist():
110111
check_call(CHECK)
111112

112113

114+
@pytest.mark.xfail("Issue #243)
113115
def test_wheel():
114116
output = check_output(WHEEL, stderr=STDOUT, text=True)
115117
expected = f"""

0 commit comments

Comments
 (0)