python3Packages.imageio: fix tests

This commit is contained in:
Martin Weinelt
2022-03-06 18:00:32 +01:00
parent 7e491988f3
commit 8fde457ce9
2 changed files with 37 additions and 15 deletions
@@ -0,0 +1,13 @@
diff --git a/tests/test_core.py b/tests/test_core.py
index 2cdbb3a..032974c 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -129,7 +129,7 @@ def test_findlib2():
open(os.path.join(fi_dir, "notalib.test.so"), "wb")
# Loading libs
- gllib = ctypes.util.find_library("GL")
+ gllib = "@libgl@"
core.load_lib([gllib], [])
# Fail
raises(ValueError, core.load_lib, [], []) # Nothing given