summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2022-08-28 23:03:47 -0500
committerLuis Martinez2022-08-28 23:03:47 -0500
commit8c8ca4fd4f9472f304df867d40d76ecb55f42b55 (patch)
tree579926853eb7bc46ec1506236bfc0a2a16afe229 /PKGBUILD
parent44ad250cc4b1179740aa26fd2c409be5fd6b67ac (diff)
downloadaur-8c8ca4fd4f9472f304df867d40d76ecb55f42b55.tar.gz
update to 2.1.104
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de516bd200b9..f4e4985f72f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
## GPG key: https://github.com/jsirois.gpg
pkgname=python-pex
-pkgver=2.1.103
+pkgver=2.1.104
pkgrel=1
arch=('any')
pkgdesc='Generates executable Python environments'
@@ -14,7 +14,7 @@ url='https://github.com/pantsbuild/pex'
license=('Apache')
depends=('python')
makedepends=('git' 'python-build' 'python-installer' 'python-flit-core' 'python-sphinx')
-# checkdepends=('python-pytest-runner' 'python-pkginfo')
+# checkdepends=('python-pytest' 'python-pkginfo')
changelog=CHANGES.rst
provides=('pex')
replaces=('pex')
@@ -29,11 +29,10 @@ build() {
make -C docs man
}
-## 25 minutes to run a test suite lol no thanks
# check() {
# cd "$pkgname"
# echo ':: Warning: This test will last at least five minutes. You have been warned.'
-# python setup.py pytest
+# PYTHONPATH="$PWD" pytest --ignore=tests/integration
# }
package() {