gpgme/lang/python/tests
Alon Bar-Lev 25e6444b3f
python: Remove usage of PYTHON_VERSIONS
* configure.ac: Remove PYTHON_VERSIONS subst.
* lang/python/Makefile.am: Use basename of python as builddir prefix.
* lang/python/tests/run-tests.py: Likewise.

--

Two variables needs be at sync PYTHONS and PYTHON_VERSIONS, these may go
out of sync in some cases, for example in Gentoo where default python is
3.4 we get:

PYTHON='/usr/bin/python2'
PYTHONS='/usr/bin/python /usr/bin/python2'
PYTHON_VERSIONS='2.7 3.4'

We can use the basename of the python interpreter to achieve similar
effect without having to sync indexes between these two variables.

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2017-04-10 14:44:16 +02:00
..
encrypt-only.asc python: Add an idiomatic interface. 2016-07-15 18:28:09 +02:00
final.py python: Fix skipping tests if running with GnuPG < 2.1.12. 2017-03-30 15:06:10 +02:00
initial.py python: Remove superfluous initialization. 2017-03-20 16:07:07 +01:00
Makefile.am python: Wrap 'gpgme_op_keylist_from_data_start'. 2017-03-21 12:55:33 +01:00
run-tests.py python: Remove usage of PYTHON_VERSIONS 2017-04-10 14:44:16 +02:00
sign-only.asc python: Add an idiomatic interface. 2016-07-15 18:28:09 +02:00
support.py python: Skip tests if running with GnuPG < 2.1.12. 2017-03-27 11:11:47 +02:00
t-callbacks.py python: Fix skipping tests if running with GnuPG < 2.1.12. 2017-03-30 15:06:10 +02:00
t-data.py python: Fix skipping tests if running with GnuPG < 2.1.12. 2017-03-30 15:06:10 +02:00
t-decrypt-verify.py python: Remove superfluous initialization. 2017-03-20 16:07:07 +01:00
t-decrypt.py python: Remove superfluous initialization. 2017-03-20 16:07:07 +01:00
t-edit.py python: Fix skipping tests if running with GnuPG < 2.1.12. 2017-03-30 15:06:10 +02:00
t-encrypt-large.py python: Remove superfluous initialization. 2017-03-20 16:07:07 +01:00
t-encrypt-sign.py python: Remove superfluous initialization. 2017-03-20 16:07:07 +01:00
t-encrypt-sym.py python: Fix skipping tests if running with GnuPG < 2.1.12. 2017-03-30 15:06:10 +02:00
t-encrypt.py python: Remove superfluous initialization. 2017-03-20 16:07:07 +01:00
t-export.py python: Remove superfluous initialization. 2017-03-20 16:07:07 +01:00
t-file-name.py python: Fix skipping tests if running with GnuPG < 2.1.12. 2017-03-30 15:06:10 +02:00
t-idiomatic.py python: Fix skipping tests if running with GnuPG < 2.1.12. 2017-03-30 15:06:10 +02:00
t-import.py python: Remove superfluous initialization. 2017-03-20 16:07:07 +01:00
t-keylist-from-data.py python: Fix skipping tests if running with GnuPG < 2.1.12. 2017-03-30 15:06:10 +02:00
t-keylist.py python: Remove superfluous initialization. 2017-03-20 16:07:07 +01:00
t-protocol-assuan.py python: Fix skipping tests if running with GnuPG < 2.1.12. 2017-03-30 15:06:10 +02:00
t-quick-key-creation.py python: Skip tests if GnuPG is too old. 2017-03-20 16:20:02 +01:00
t-quick-key-manipulation.py python: Skip tests if GnuPG is too old. 2017-03-20 16:20:02 +01:00
t-quick-key-signing.py python: Skip tests if GnuPG is too old. 2017-03-20 16:20:02 +01:00
t-quick-subkey-creation.py python: Fix teardown of ephemeral contexts. 2017-02-17 12:18:56 +01:00
t-sig-notation.py python: Fix skipping tests if running with GnuPG < 2.1.12. 2017-03-30 15:06:10 +02:00
t-sign.py python: Remove superfluous initialization. 2017-03-20 16:07:07 +01:00
t-signers.py python: Remove superfluous initialization. 2017-03-20 16:07:07 +01:00
t-trustlist.py python: Fix skipping tests if running with GnuPG < 2.1.12. 2017-03-30 15:06:10 +02:00
t-verify.py python: Fix skipping tests if running with GnuPG < 2.1.12. 2017-03-30 15:06:10 +02:00
t-wait.py python: Fix skipping tests if running with GnuPG < 2.1.12. 2017-03-30 15:06:10 +02:00
t-wrapper.py python: Fix skipping tests if running with GnuPG < 2.1.12. 2017-03-30 15:06:10 +02:00