[Python-modules-commits] [osmalchemy] 01/10: Enable test suite.

Dominik George natureshadow-guest at moszumanska.debian.org
Fri Oct 14 15:11:23 UTC 2016


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

natureshadow-guest pushed a commit to branch master
in repository osmalchemy.

commit 61fda07e6153b258e7d57ed7be50155afa3d9965
Author: Dominik George <nik at naturalnet.de>
Date:   Thu Oct 13 14:21:56 2016 +0200

    Enable test suite.
---
 debian/changelog | 6 ++++++
 debian/control   | 8 ++++++++
 debian/rules     | 5 +----
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dab9ebb..1dad697 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+osmalchemy (0.1.post1-3) UNRELEASED; urgency=medium
+
+  * Enable test suite.
+
+ -- Dominik George <nik at naturalnet.de>  Thu, 13 Oct 2016 14:18:12 +0200
+
 osmalchemy (0.1.post1-2) unstable; urgency=medium
 
   * Fix missing details in d/copyright.
diff --git a/debian/control b/debian/control
index fcf6151..7d32621 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,15 @@ Build-Depends:
  debhelper (>= 10),
  dh-python,
  python3-all,
+ python3-dateutil,
+ python3-flask (>= 0.10),
+ python3-flask-sqlalchemy,
+ python3-overpass,
+ python3-psycopg2,
  python3-setuptools,
+ python3-sqlalchemy (>= 1.0.0),
+ python3-testing.mysqld,
+ python3-testing.postgresql,
 Standards-Version: 3.9.8
 Testsuite: autopkgtest-pkg-python
 Homepage: https://github.com/Natureshadow/OSMAlchemy
diff --git a/debian/rules b/debian/rules
index 0faa566..e78d63e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,6 @@
 # This file was automatically generated by stdeb 0.8.5 at
 # Sun, 11 Sep 2016 12:21:26 +0200
 export PYBUILD_NAME=osmalchemy
-# Disable test for now until test dependencies are in Debian
-#  cf. #838581, #838582
-export PYBUILD_DISABLE=test
+
 %:
 	dh $@ --with python3 --buildsystem=pybuild
-

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



More information about the Python-modules-commits mailing list