diff options
author | Grey Christoforo | 2022-11-25 10:47:38 +0000 |
---|---|---|
committer | Grey Christoforo | 2022-11-25 10:47:38 +0000 |
commit | f630cee572268f5ff157595d423ac0b5b406f228 (patch) | |
tree | 2db2b52724d5f5b2c01f4c042285a83e8479bae4 /PKGBUILD | |
parent | 6123bac3ad1e0134bc2246cfacb845d8938c7feb (diff) | |
download | aur-python-typish.tar.gz |
stop testing
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ pkgname=python-typish pkgver=1.9.3 -pkgrel=1 +pkgrel=2 pkgdesc='Functions for thorough checks on types' arch=(x86_64) url="https://github.com/ramonhagenaars/typish" @@ -32,8 +32,8 @@ build() { check(){ cd typish-${pkgver} - python setup.py test - coverage run setup.py test + #python setup.py test + #coverage run setup.py test } package() { |