Skip to content

Commit

Permalink
tests: mark test_setup.py as xfail until #243 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Apr 10, 2023
1 parent 8e513df commit 2be72dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mss/tests/test_setup.py
Expand Up @@ -17,6 +17,7 @@
CHECK = "twine check dist/*".split()


@pytest.mark.xfail("Issue #243)
def test_sdist():
output = check_output(SDIST, stderr=STDOUT, text=True)
expected = f"""
Expand Down Expand Up @@ -110,6 +111,7 @@ def test_sdist():
check_call(CHECK)


@pytest.mark.xfail("Issue #243)
def test_wheel():
output = check_output(WHEEL, stderr=STDOUT, text=True)
expected = f"""
Expand Down

0 comments on commit 2be72dc

Please sign in to comment.