arteria / django-compat

Forward and backwards compatibility layer for Django 1.4, 1.7, 1.8, 1.9, 1.10, and 1.11
MIT License
106 stars 30 forks source link

Stop use django-nose as it doesn't support Django<1.8 #50

Closed ZuluPro closed 7 years ago

ZuluPro commented 8 years ago

I think use django-nose is a bad idea because it doesn't support Django<1.8. So we cannot test this version with the ./runtests.py.

We should use Django test runner like made here: https://github.com/django-dbbackup/django-dbbackup/blob/master/runtests.py It also allow to launch any commands like manage.py.

jvamvas commented 8 years ago

Thank you @ZuluPro, this is a good suggestion.

In the meantime you could use django-nose==1.4.3, which is the last version supporting Django 1.4 and 1.7.

ZuluPro commented 8 years ago

I would to be able to tests all Django version. Do you accept a PR if I rewrite the test launcher without nose, it will look like DBBackup's one ?

jvamvas commented 8 years ago

@ZuluPro That would be great! 😄