From cd8bcfbbb514626b4362f24d433d81779c582c63 Mon Sep 17 00:00:00 2001 From: Adarnof Date: Tue, 17 Apr 2018 17:40:08 -0400 Subject: [PATCH] Build from github to fix tests in py37-dj20 py37-dj111 still fails for some reason. The only difference in the problematic method between 1.11.12 and 2.0 is whitespace. It's fine in py37-dj20 which is all we really care about so I'm inclined to ignore that issue. py37-dj111 isn't even tested on Travis CI so its failure won't be a problem. Both django-celery-beat and adarnauth-esi have put out releases supporting dj20 so it's not necessary to build from their source. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 2fe1cc59..d0f314c9 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ basepython = deps= dj111: Django>=1.11.1,<2.0 dj20: Django>=2.0 - dj20: https://github.com/celery/django-celery-beat/zipball/master#egg=django-celery-beat - dj20: https://github.com/Adarnof/adarnauth-esi/zipball/master#egg=adarnauth-esi + py37: https://github.com/yaml/pyyaml/zipball/master#egg=pyyaml + py37: https://github.com/celery/kombu/zipball/master#egg=kombu install_command = pip install -e ".[testing]" -U {opts} {packages} commands=coverage run runtests.py -v 2