Skip to content

Commit

Permalink
Seriously what the fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrink10 committed Aug 18, 2022
1 parent 8b696ba commit 7dc4ada
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/basilisp/testrunner_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def test_failure_repr(self, run_result: RunResult):
)

@pytest.mark.xfail(
platform.python_implementation() == "PyPy" and sys.version_info == (3, 8),
platform.python_implementation() == "PyPy" and sys.version_info < (3, 9),
reason=(
"PyPy 3.8 seems to fail this test, but 3.9 doesn't so it doesn't bear "
"further investigation."
Expand All @@ -97,8 +97,6 @@ def test_failure_repr(self, run_result: RunResult):
),
)
def test_error_repr(self, run_result: RunResult):
print(platform.python_implementation())
print(sys.version_info)
run_result.stdout.fnmatch_lines(
[
"ERROR in (assertion-test) (test_testrunner.lpy:12)",
Expand Down

0 comments on commit 7dc4ada

Please sign in to comment.