jakul / django-transifex

Django integration with python-transifex
20 stars 8 forks source link

Remove test packages from requirements #23

Closed oppianmatt closed 7 years ago

oppianmatt commented 7 years ago

For some reason django-transifex requires some specific test package versions:

djangotransifex==0.1.10   requires django, mock==1.0.1, pytest-django==2.7, pytest==2.6.4, python-transifex>=0.1.7

This means we can't install our own versions of those packages.

There is no need for these test packages and can be moved to a requirements-dev.txt

jakul commented 7 years ago

Thanks for raising the issue @oppianmatt. If you can raise a PR then I'll merge it.

oppianmatt commented 7 years ago

done even update the docs

py.test fails but that's because the tests themselves are using deprecated django imports so a separate issue