-
-
Notifications
You must be signed in to change notification settings - Fork 636
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
Python test runner uses pytest #6661
Conversation
f6122ce
to
f6323f7
Compare
dirs = tuple(sorted(dirs)) | ||
|
||
# Note that this hasn't been published yet, but needs https://github.com/pantsbuild/pex/pull/605 to be released | ||
pex_snapshot = yield Get(Snapshot, UrlToFetch, UrlToFetch("https://github.com/pantsbuild/pex/releases/download/v1.5.2/pex27")) |
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.
TODO: URL should be parameterised
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.
John was kind enough to publish v1.5.2
this past weekend.
f6323f7
to
e85b5bb
Compare
Rebased and added one commit on top to account for the changes in #6660. |
ddd9ec1
to
b119263
Compare
This looks really slick for a first pass. |
b119263
to
87fcf05
Compare
Rebased, travis is green, PTAL @stuhood @baroquebobcat :) |
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.
Thanks!
No description provided.