diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-11 20:21:55 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-11 20:21:55 +0100 |
commit | 7605b379bcd3451cb3e43dc483a2fe29a3ccd4e5 (patch) | |
tree | 22523323e15db5dba73d5f8eb29518cee5267adf /community/python-hglib | |
parent | 04c3b9edec21eab82f14bc965acca82002280dcb (diff) | |
download | packages-7605b379bcd3451cb3e43dc483a2fe29a3ccd4e5.tar.xz |
community/python-hglib: documented reason for skipping tests
Diffstat (limited to 'community/python-hglib')
-rw-r--r-- | community/python-hglib/PKGBUILD | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/community/python-hglib/PKGBUILD b/community/python-hglib/PKGBUILD index 6403c888..2064f1d3 100644 --- a/community/python-hglib/PKGBUILD +++ b/community/python-hglib/PKGBUILD @@ -1,2 +1,11 @@ +#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 |