summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2024-04-03 09:19:23 -0600
committerMark Wagie2024-04-03 09:19:23 -0600
commit02900ac582e48b2531abbf7bf2e7d4811ce4ba10 (patch)
tree2de836fda53c621a8536424793d3a54fb17f76d4 /PKGBUILD
parente5fbed046fcd47cf458f7ecdcb96ba38f3fde4c6 (diff)
downloadaur-python-yapsy.tar.gz
disable tests
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3089a55e017..db13fe71510f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="http://yapsy.sourceforge.net"
license=('BSD-2-Clause')
depends=('python')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
-checkdepends=('python-pytest')
+#checkdepends=('python-pytest')
source=("https://master.dl.sourceforge.net/project/yapsy/${_name}-$pkgver/${_name}-$pkgver.tar.gz")
sha256sums=('d8113d9f9c74eacf65b4663c9c037d278c9cb273b5eee5f0e1803baeedb23f8b')
@@ -19,10 +19,10 @@ build() {
python -m build --wheel --no-isolation
}
-check() {
- cd "${_name}-$pkgver"
- pytest
-}
+#check() {
+# cd "${_name}-$pkgver"
+# pytest
+#}
package() {
cd "${_name}-$pkgver"