mixxorz / behave-django

Behave BDD integration for Django
https://pythonhosted.org/behave-django/
38 stars 5 forks source link

CI fails mysteriously with Django 1.6 #14

Closed mixxorz closed 9 years ago

mixxorz commented 9 years ago

It has something to do with redirecting to /dev/null apparently.

bittner commented 9 years ago

As mentioned in pull request #12, the Python 2.6 + Django 1.6 problem may have been a Travis-CI issue. They had some infrastructure issues today and probably changed stuff. Note, for example, that build #51 of the PR had passed for the 2.6/1.6 combination, although the /dev/null redirection had been restored to an earlier state (that had failed earlier).

mixxorz commented 9 years ago

I see! I'll keep this open just in case. We'll see in the next few days.

bittner commented 9 years ago

Very strange, now the build seems to

See Travis-CI build 54.

mixxorz commented 9 years ago

Yep. and I can't reproduce this on my local machine. Same Python version, same Django version. :sob:

mixxorz commented 9 years ago

Aaand it passes this time. Build #57. This is looking more and more like a non-issue.

mixxorz commented 9 years ago

It doesn't happen anymore...?