Skip some tests

This commit is contained in:
Carlos Aznarán 2024-10-29 22:11:37 -05:00
parent 7ee3b20262
commit 300b510f58

View file

@ -23,7 +23,7 @@ check() {
cd ${_base}-${pkgver}
python -m venv --system-site-packages test-env
test-env/bin/python -m installer dist/*.whl
test-env/bin/python -m pytest
test-env/bin/python -m pytest --ignore=tests/test_ilshade.py
}
package() {