You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
my bad. sorry to cause this. hmmm... @vreuter if we just need to add divvy to the requirements-dev.txt or requirements-test.txt file would that solve it? that variable is in divvy but it looks like it's just not getting installed by travis...
The reason will be displayed to describe this comment to others. Learn more.
Yeah, sorry, I cleared out some duplicate declarations recently so that for more variables there's a single import source / point of truth, and updated requirements accordingly. I think I made peppy and looper depend on divvy v0.4dev, so the builds can't find it. There may be a way to have Travis use unreleased versions of dependencies, but I've never done that so am not familiar. It feels like high-demand enough that it seems likely to me. I can look into it if you want, or we could do another small release for divvy soon.
48cb76e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this commit is causing failure on travis;
https://travis-ci.org/pepkit/looper/builds/523689301?utm_source=github_status&utm_medium=notification
But in the other way gave me errors. I don't see how this could have worked unless this was removed from peppy on dev or something...
48cb76e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(this was another commit I thought I was putting on dev, whoops).
48cb76e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah looks like this is traced to here: pepkit/peppy@4939659
my bad. sorry to cause this. hmmm... @vreuter if we just need to add
divvy
to therequirements-dev.txt
orrequirements-test.txt
file would that solve it? that variable is indivvy
but it looks like it's just not getting installed by travis...48cb76e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, sorry, I cleared out some duplicate declarations recently so that for more variables there's a single import source / point of truth, and updated requirements accordingly. I think I made
peppy
andlooper
depend ondivvy v0.4dev
, so the builds can't find it. There may be a way to have Travis use unreleased versions of dependencies, but I've never done that so am not familiar. It feels like high-demand enough that it seems likely to me. I can look into it if you want, or we could do another small release fordivvy
soon.