Skip to content

Commit 4997021

Browse files
authored
tests(fix): Update test_setup.py
1 parent 9ac0c55 commit 4997021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mss/tests/test_setup.py

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

1919

20-
@pytest.mark.xfail(True, "Issue #243")
20+
@pytest.mark.xfail(True, reason="Issue #243")
2121
def test_sdist():
2222
output = check_output(SDIST, stderr=STDOUT, text=True)
2323
expected = f"""
@@ -111,7 +111,7 @@ def test_sdist():
111111
check_call(CHECK)
112112

113113

114-
@pytest.mark.xfail(True, "Issue #243")
114+
@pytest.mark.xfail(True, reason="Issue #243")
115115
def test_wheel():
116116
output = check_output(WHEEL, stderr=STDOUT, text=True)
117117
expected = f"""

0 commit comments

Comments
 (0)