diff options
author | mcol | 2022-02-27 21:19:51 +0000 |
---|---|---|
committer | mcol | 2022-02-27 21:19:51 +0000 |
commit | 2c5c7a1336e650abaa4aaba51803c633c2cadc26 (patch) | |
tree | caa86d806fe59e07fcd0e19d0558bd2fac5ec835 /PKGBUILD | |
parent | b6e490a8468f1d503207117b904679a0446fa170 (diff) | |
download | aur-2c5c7a1336e650abaa4aaba51803c633c2cadc26.tar.gz |
Don't run test suite on build
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() { |