summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormcol2022-02-27 21:19:51 +0000
committermcol2022-02-27 21:19:51 +0000
commit2c5c7a1336e650abaa4aaba51803c633c2cadc26 (patch)
treecaa86d806fe59e07fcd0e19d0558bd2fac5ec835 /PKGBUILD
parentb6e490a8468f1d503207117b904679a0446fa170 (diff)
downloadaur-2c5c7a1336e650abaa4aaba51803c633c2cadc26.tar.gz
Don't run test suite on build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60a8041ec1f6..2974bfca9d25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -80,8 +80,8 @@ check() {
# export MYPYPATH="$PWD:$PWD/stubs"
# mypy-based tests are ignored until I figure out how to fix them
# Plus they won't change from merge to package
- pytest -vv --backend wayland \
- --ignore test/test_check.py --ignore test/test_migrate.py test
+ #pytest -vv --backend wayland \
+ # --ignore test/test_check.py --ignore test/test_migrate.py test
}
package() {