diff options
author | Ian Delaney <della5@iinet.com.au> | 2012-05-16 22:43:09 +0800 |
---|---|---|
committer | Ian Delaney <della5@iinet.com.au> | 2012-05-16 22:43:09 +0800 |
commit | 9712e16a94bda6f62be6f2ac0514f8cf97a8bed5 (patch) | |
tree | 6daa80578359f9b7d71329fec9694eb9056eb097 /dev-python | |
parent | [dev-python/django-debug-toolbar] minor touches to src_test (diff) | |
download | improvise-9712e16a94bda6f62be6f2ac0514f8cf97a8bed5.tar.gz improvise-9712e16a94bda6f62be6f2ac0514f8cf97a8bed5.tar.bz2 improvise-9712e16a94bda6f62be6f2ac0514f8cf97a8bed5.zip |
[dev-python/django-auth-ldap] Fix typo, simplify src_test to bumped 1.1
(Portage version: 2.1.10.56/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/django-auth-ldap/django-auth-ldap-1.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/django-auth-ldap/django-auth-ldap-1.1.ebuild b/dev-python/django-auth-ldap/django-auth-ldap-1.1.ebuild index 1071955..d7527ce 100644 --- a/dev-python/django-auth-ldap/django-auth-ldap-1.1.ebuild +++ b/dev-python/django-auth-ldap/django-auth-ldap-1.1.ebuild @@ -34,8 +34,7 @@ src_compile() { src_test() { export DJANGO_SETTINGS_MODULE="django.conf" - # Test && demo that the tests are run; - # Python.[56] trigger a harmless depracation warning + # Python.[56] trigger a harmless deprecation warning testing() { "$(PYTHON)" -m django_auth_ldap.tests } |