Skip to content

Added Py39 support #327

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

Merged
merged 2 commits into from
Jun 12, 2020
Merged

Added Py39 support #327

merged 2 commits into from
Jun 12, 2020

Conversation

hramezani
Copy link
Contributor

@hramezani hramezani commented Jun 10, 2020

Python 3.9 release is on October 5, 2020.

@codecov
Copy link

codecov bot commented Jun 10, 2020

Codecov Report

Merging #327 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #327   +/-   ##
=======================================
  Coverage   95.94%   95.94%           
=======================================
  Files           3        3           
  Lines        1184     1184           
=======================================
  Hits         1136     1136           
  Misses         48       48           
Impacted Files Coverage Δ
test_responses.py 97.66% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6f682b8...5a52393. Read the comment docs.

@@ -399,7 +400,10 @@ def run():
responses.add(responses.GET, url, body="test", status=418)
resp = requests.get(url)
assert resp.status_code == 418
assert resp.reason is None
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure if the code is 'arbitrary' now, though. I suppose the purpose might be to use a code that isn't supported.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point 👍
I changed the status code to 419

@markstory markstory merged commit 1cf45ca into getsentry:master Jun 12, 2020
@markstory
Copy link
Member

Thank you 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants