Skip to content

Commit

Permalink
Cause test failure on purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Mar 4, 2024
1 parent 41f7c2d commit 22adc00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setuptools/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@
)
is_ascii = locale_encoding == 'ANSI_X3.4-1968'
fail_on_ascii = pytest.mark.xfail(is_ascii, reason="Test fails in this locale")

if (False):
print( "something to make tests fail on purpose"

)

0 comments on commit 22adc00

Please sign in to comment.