1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

main/py3-filelock: disable async tests

ignore async tests as they introduce a circular dependency.
See commit c0dc025dc7 (community/py3-filelock: break circular dependency)
This commit is contained in:
Natanael Copa 2025-06-13 09:26:45 +00:00
parent b817a7466c
commit a9761c7446

View file

@ -43,7 +43,8 @@ build() {
check() {
python3 -m venv --clear --without-pip --system-site-packages .testenv
.testenv/bin/python3 -m installer .dist/*.whl
.testenv/bin/python3 -m pytest
# ignore async tests as they introduce a circular dep
.testenv/bin/python3 -m pytest --ignore tests/test_async_filelock.py
}
package() {