aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/django-auth-ldap/django-auth-ldap-1.1.ebuild')
-rw-r--r--dev-python/django-auth-ldap/django-auth-ldap-1.1.ebuild3
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
}