From a441228b9de895c36decc6885c774dc7affd52e3 Mon Sep 17 00:00:00 2001 From: Eva Date: Tue, 14 Jan 2025 11:19:37 +0000 Subject: [PATCH] WIP: tried every permutation of what you should do to check for windows --- tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/conftest.py b/tests/conftest.py index bef5003de2..5da6e87e2f 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -118,6 +118,7 @@ async def fail_test_on_unclosed_tasks(request: FixtureRequest): Used on every test to ensure failure if there are pending tasks by the end of the test. """ + raise RuntimeError(sys.platform) try: fail_count = request.session.testsfailed