[med-svn] [python-cobra] 06/07: Include jsonschema and pandas to run additional CI tests

Afif Elghraoui afif at moszumanska.debian.org
Sun Jul 17 23:52:50 UTC 2016


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

afif pushed a commit to branch master
in repository python-cobra.

commit de553316117ccd46f0c635327144f77baa665655
Author: Afif Elghraoui <afif at debian.org>
Date:   Sun Jul 17 16:21:15 2016 -0700

    Include jsonschema and pandas to run additional CI tests
---
 debian/tests/control | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/tests/control b/debian/tests/control
index 341b075..eb1e3c6 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -4,11 +4,13 @@ Test-Command:
 Depends:
 	make,
 	python-cobra,
+	python-jsonschema,
 # We could have avoided retyping these by adding the "needs-recommends" restriction, but doing that would also cause matplotlib to be pulled in.
 # The tests involving matplotlib fail on debci from trying to do graphical operations on a headless server.
 	python-sbml,
 	python-scipy,
 	python-numpy,
+	python-pandas,
 Restrictions: allow-stderr
 
 Test-Command:
@@ -17,7 +19,9 @@ Test-Command:
 Depends:
 	make,
 	python3-cobra,
+	python3-jsonschema,
 # See the comment for the corresponding section in the python2 test above.
 	python3-scipy,
 	python3-numpy,
+	python3-pandas,
 Restrictions: allow-stderr

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-cobra.git



More information about the debian-med-commit mailing list