We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f8e23 commit c206386Copy full SHA for c206386
graalpython/lib-python/3/test/test_tempfile.py
@@ -15,7 +15,7 @@
15
16
import unittest
17
from test import support
18
-from test.support import script_helper
+from test.support import script_helper, impl_detail
19
20
21
has_textmode = (tempfile._text_openflags != tempfile._bin_openflags)
@@ -1446,6 +1446,7 @@ def generator():
1446
self.assertNotIn("Exception ", err)
1447
self.assertIn("ResourceWarning: Implicitly cleaning up", err)
1448
1449
+ @impl_detail("finalization", graalvm=False)
1450
def test_warnings_on_cleanup(self):
1451
# ResourceWarning will be triggered by __del__
1452
with self.do_create() as dir:
0 commit comments