[Python-modules-commits] [python-django-casclient] 01/01: TODO/FIXME: tests

Joost van Baal joostvb at moszumanska.debian.org
Fri Aug 5 13:39:27 UTC 2016


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

joostvb pushed a commit to branch master
in repository python-django-casclient.

commit b84ebd6a3790c164ad68a94874ee2d7c2f7d507b
Author: Joost van Baal-Ilić <joostvb at uvt.nl>
Date:   Fri Aug 5 15:39:21 2016 +0200

    TODO/FIXME: tests
---
 debian/TODO      | 8 ++++++++
 debian/changelog | 6 ------
 debian/rules     | 2 ++
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/debian/TODO b/debian/TODO
new file mode 100644
index 0000000..2afbbe3
--- /dev/null
+++ b/debian/TODO
@@ -0,0 +1,8 @@
+
+  * FIXME: tests fail; see debian/rules:
+     ImproperlyConfigured: Requested setting CAS_EXTRA_LOGIN_PARAMS, but
+     settings are not configured. You must either define the environment
+     variable DJANGO_SETTINGS_MODULE or call settings.configure() before
+     accessing settings.
+     Ran 3 tests in 0.000s  FAILED (errors=3)
+
diff --git a/debian/changelog b/debian/changelog
index 3e2cf6f..5fd44eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,12 +13,6 @@ python-django-casclient (1.2.0-2) unstable; urgency=medium
   * debian/copyright: completed.
   * debian/python-django-casclient-doc.docs: do not install extra copy of
     LICENSE.mit.
-  * FIXME: tests fail; see debian/rules:
-     ImproperlyConfigured: Requested setting CAS_EXTRA_LOGIN_PARAMS, but
-     settings are not configured. You must either define the environment
-     variable DJANGO_SETTINGS_MODULE or call settings.configure() before
-     accessing settings.
-     Ran 3 tests in 0.000s  FAILED (errors=3)
 
   [ Ondřej Nový <novy at ondrej.org> ]
   * Fixed VCS URL (https)
diff --git a/debian/rules b/debian/rules
index 19d8e34..dc15fcf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,8 @@
 # PYBUILD_DISABLE=test/python3.3 - same as above
 
 export PYBUILD_NAME=django-casclient
+
+# FIXME
 export PYBUILD_DISABLE=test
 
 %:

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



More information about the Python-modules-commits mailing list