File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,6 @@ recreate = False
4242commands =
4343 pip list
4444 py.test -xv --ignore =t/unit/test_models.py
45-
46- [testenv:models]
47- commands =
4845 py.test -xv -k ' ModelMigrationTests'
4946
5047[testenv:upgradebeat111]
@@ -173,9 +170,5 @@ usedevelop = true
173170commands =
174171 pip install -U https://github.com/celery/celery/zipball/master# egg=celery
175172 pip install -U https://github.com/celery/kombu/zipball/master# egg=kombu
176- <<<<<<< HEAD
177173 pip install Django ==2.0
178- py.test -x --cov =django_celery_beat --cov-report =xml --no-cov-on-fail
179- =======
180174 py.test -x --cov =django_celery_beat --cov-report =xml --no-cov-on-fail --ignore =t/unit/test_models.py
181- >>>>>>> test models with DJANGO_CELERY_BEAT_NAME_MAX_LENGTH =191 in own process; pep8
You can’t perform that action at this time.
0 commit comments