mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 11:19: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:
parent
b817a7466c
commit
a9761c7446
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ build() {
|
||||||
check() {
|
check() {
|
||||||
python3 -m venv --clear --without-pip --system-site-packages .testenv
|
python3 -m venv --clear --without-pip --system-site-packages .testenv
|
||||||
.testenv/bin/python3 -m installer .dist/*.whl
|
.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() {
|
package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue