Skip to content
This repository was archived by the owner on Jun 25, 2020. It is now read-only.

travis failure: added debug output#136

Closed
rhaschke wants to merge 1 commit into
vcstools:masterfrom
rhaschke:debug-travis-failure
Closed

travis failure: added debug output#136
rhaschke wants to merge 1 commit into
vcstools:masterfrom
rhaschke:debug-travis-failure

Conversation

@rhaschke
Copy link
Copy Markdown

This is just to understand the Travis failure of #135.
Not a real PR.

@rhaschke
Copy link
Copy Markdown
Author

Looks like, PyYAML 5.1.1 that is used by Travis, has changed the default output format from inline:

- git: {local-name: git, uri: /tmp/tmpeB4iYa/some/uri2} 
- svn: {local-name: ros, uri: /tmp/tmpeB4iYa/some/uri1}

to expanded:

- git:
    local-name: git
    uri: /tmp/tmpuCI2fY/some/uri2
- svn:
    local-name: ros
    uri: /tmp/tmpuCI2fY/some/uri1

This make all related unittests fail on master.

@rhaschke rhaschke closed this Jun 20, 2019
@rhaschke rhaschke deleted the debug-travis-failure branch June 20, 2019 15:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant