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 1baf141 commit 9c8059fCopy full SHA for 9c8059f
1 file changed
Tests/test_file_spider.py
@@ -14,6 +14,10 @@
14
TEST_FILE = "Tests/images/hopper.spider"
15
16
17
+def teardown_module() -> None:
18
+ del Image.EXTENSION[".spider"]
19
+
20
21
def test_sanity() -> None:
22
with Image.open(TEST_FILE) as im:
23
im.load()
0 commit comments