mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 12:30:15 +02:00
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.
This commit is contained in:
parent
08f89d2844
commit
cd8bcfbbb5
4
tox.ini
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user