Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Merge from master (July 26th, 2019) #121

Merged

Conversation

pquentin
Copy link
Member

@pquentin pquentin commented Aug 27, 2019

There are two main changes in this pull request: it switches to pure pytest (finally!) and removes the rfc3986 dependency. Sorry, @RatanShreshtha, I had this code ready before you submitted #120, but wanted to sleep on it before submitting it. So, unfortunately, this closes #120. Thank you for your work, and sorry about that.

I did not include the gcp-devrel change because we don't support Python 3.4 anyways, and it will be dropped soon in the master branch (as soon as we fix the CI there).

After this PR, there will only be three commits left in the master branch to merge. And only one of them is difficult: urllib3/urllib3#1652. We probably want to make auto close the default, but this code changed a lot in the async version, and I need to understand it again before taking a decision here.

But the nice thing here is that we'll finally be able to use pytest-trio. 🎉

(Oh, I use three times git merge, so it's probably better to review those merge commits one by one instead of looking at everything at once.)

@pquentin
Copy link
Member Author

(Oops, I meant talking about #120, not #119. Fixed my comment above.)

@RatanShreshtha
Copy link
Member

okay I am going to close #120

@pquentin pquentin force-pushed the merge-from-master-2019-07-26 branch from c7fcd52 to 5636e71 Compare August 27, 2019 05:59
@pquentin
Copy link
Member Author

Thank you @RatanShreshtha, sorry about that, we'll better coordinate next time.

I had a typo in upload_coverage.sh (pythom instead of python), I force pushed a commit to fix this.

@codecov
Copy link

codecov bot commented Aug 27, 2019

Codecov Report

Merging #121 into bleach-spike will increase coverage by 0.01%.
The diff coverage is 100%.

@@               Coverage Diff                @@
##           bleach-spike     #121      +/-   ##
================================================
+ Coverage         99.42%   99.44%   +0.01%     
================================================
  Files                29       29              
  Lines              1919     1986      +67     
================================================
+ Hits               1908     1975      +67     
  Misses               11       11
Impacted Files Coverage Δ
src/urllib3/util/url.py 99.45% <100%> (+0.32%) ⬆️
src/urllib3/util/ssl_.py 100% <100%> (ø) ⬆️
src/urllib3/_async/connectionpool.py 100% <100%> (ø) ⬆️

Copy link
Member

@RatanShreshtha RatanShreshtha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@RatanShreshtha RatanShreshtha merged commit 7455e1c into python-trio:bleach-spike Aug 29, 2019
@pquentin
Copy link
Member Author

Thank you for the review!

@pquentin pquentin deleted the merge-from-master-2019-07-26 branch September 23, 2019 05:30
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.

6 participants