diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-11 18:40:42 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-01-11 18:40:42 +0100 |
commit | 306087dab45345c57b206b59e8cf8b892d4e2fce (patch) | |
tree | 356c53e839f8d51cae6c42f264de1646772b28ef | |
parent | ad0a2966f6519712e38fef7455b557dbba112b0c (diff) | |
download | packages-306087dab45345c57b206b59e8cf8b892d4e2fce.tar.xz |
community/python-apipkg: documented why tests are disabled
-rw-r--r-- | community/python-apipkg/PKGBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/python-apipkg/PKGBUILD b/community/python-apipkg/PKGBUILD index 6403c888..3167ec8f 100644 --- a/community/python-apipkg/PKGBUILD +++ b/community/python-apipkg/PKGBUILD @@ -1,2 +1,7 @@ +#usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] +# or: setup.py --help [cmd1 cmd2 ...] +# or: setup.py --help-commands +# or: setup.py cmd --help +#error: invalid command 'pytest' unset check unset checkdepends |