Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-05-05 23:06:57 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-05-05 23:06:57 +0300
commit271fdd3fb95120833aed8920844e136a9c74dc8e (patch)
tree28216db118effffbd85b296a85c06270bb73bbe0
parentfcbc5efaa5d801ee428c9f3e6fffd5cc2925945c (diff)
extra/python-hglib: re-enable tests
-rw-r--r--extra/python-hglib/PKGBUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/extra/python-hglib/PKGBUILD b/extra/python-hglib/PKGBUILD
index cbc50216..c50a43a1 100644
--- a/extra/python-hglib/PKGBUILD
+++ b/extra/python-hglib/PKGBUILD
@@ -1,14 +1,2 @@
-#Traceback (most recent call last):
-# File "/build/python-hglib/src/python-hglib-2.6.2/test.py", line 3, in <module>
-# import nose
-# File "/usr/lib/python3.10/site-packages/nose/__init__.py", line 1, in <module>
-# from nose.core import collector, main, run, run_exit, runmodule
-# File "/usr/lib/python3.10/site-packages/nose/core.py", line 153
-# print "%s version %s" % (os.path.basename(sys.argv[0]), __version__)
-# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-#SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
-unset check
-unset checkdepends
-
# setuptools won't be installed if we don't use checkdepends, so add it manually
depends+=('python-setuptools')