[Python-modules-commits] [pycryptodome] 05/05: Adjust tests to use Cryptodome module name

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Wed Jun 7 20:14:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository pycryptodome.

commit 7cee1144b68df27d0fe6a0640fec5fc99b41beb0
Author: Christopher Hoskin <mans0954 at debian.org>
Date:   Wed Jun 7 21:12:20 2017 +0100

    Adjust tests to use Cryptodome module name
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 2131596..ed058ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ export PYBUILD_AFTER_BUILD=rm .separate_namespace
 
 override_dh_auto_test:
 	PYBUILD_SYSTEM=custom \
-        PYBUILD_TEST_ARGS="python{version} -m Crypto.SelfTest {build_dir}/" dh_auto_test
+        PYBUILD_TEST_ARGS="python{version} -m Cryptodome.SelfTest {build_dir}/" dh_auto_test
 
 override_dh_auto_build: export http_proxy=127.0.0.1:9
 override_dh_auto_build: export https_proxy=127.0.0.1:9

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pycryptodome.git



More information about the Python-modules-commits mailing list