Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 90a72ba

Browse files
authored
Change testing strategy. No idea why it fixes missing libexpat (#12)
Fixes: ImportError: libexpat.so.0: cannot open shared object file: No such file or directory On x86_64 manylinux1 test runs
1 parent a5b1669 commit 90a72ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ function run_tests {
8181
fi
8282
python --version
8383
cd ../pyosmium/test
84-
python -m nose
84+
python -m nose test*py
8585
}

0 commit comments

Comments
 (0)