Skip to content
Snippets Groups Projects
Commit fc8299319ffe authored by Manuel Jacob's avatar Manuel Jacob
Browse files

tests: fix test-demandimport.py on Python 3.9

Starting with Python 3.9, importing importlib.resources (indirectly) imports
the zipfile module. Therefore, the module is not suitable for the test.
Instead, we can use the ftplib module, which is very unlikely to be imported
during the test run.
parent 42202492a3b9
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment