-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests on Travis fail with sequence item 1: expected a bytes-like object, str found
#89
Comments
This is unlikely related to 1.11.4, the diff since 1.11.2 does not concern anything else than Swift and Gnocchi drivers. Can you run it with --debug to see what's going on? Do you test with Python 2 and do you have the same error? |
Yep, also tested with Python 2 (see the second code block in the initial message). I see this when running Python 3 tests with
It looks like pifpaf assumes PostgreSQL 10, which Travis only supports with a lot of work. Am I reading this debug correctly? |
I think this is a travis-ci image or And the corresponding travis build: https://travis-ci.org/sinemetu1/test-pg-travis/builds/325130012 I have no idea why |
Here's the travis issue: travis-ci/travis-ci#9011 |
Our Travis tests have started failing after we bumped pifpaf version from 1.11.2 to 1.11.4. Some more information:
Two of our jobs fail. The first, a py36 job, fails with this error message on Travis (with some paths edited):
The second, py27, fails with this error:
The text was updated successfully, but these errors were encountered: