Skip to content

Commit

Permalink
test: Ignore results from django main branch
Browse files Browse the repository at this point in the history
- there are sometimes breaking changes introducted in django's
  main branch, that other dependencies take time to handle.
  For example: our CI has been broken for almost a month now,
  due to the breaking change in django/django#15797.

  Hence, ignoring the results of the django main branch for now,
  to allow all other patches to be merged.
  • Loading branch information
abhiabhi94 committed Jul 24, 2022
1 parent cc3ef08 commit 6b00ee7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,12 @@ commands =
setenv =
PYTHONDONTWRITEBYTECODE=1
DJANGO_SETTINGS_MODULE=test.settings.test

[testenv:py38-djangomain]
ignore_outcome = true

[testenv:py39-djangomain]
ignore_outcome = true

[testenv:py310-djangomain]
ignore_outcome = true

0 comments on commit 6b00ee7

Please sign in to comment.