Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
juju/series: remove dependency on the juju/testing package #3340
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Sep 21, 2015
jujubot
merged commit dd3faf1
into
juju:master
Sep 21, 2015
davecheney
deleted the
davecheney:clean-juju-series
branch
Sep 21, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
davecheney commentedSep 21, 2015
In preparation for moving juju/series to the utils repo, remove an
unneccessary dependency on github.com/juju/juju/testing. All the suites
in this package either need no base suite, or only require the basic
PatchValue/AddCleanup services offered by github.com/juju/testing.
(Review request: http://reviews.vapour.ws/r/2723/)