Skip to content
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

Fix socket issues #693

Merged
merged 3 commits into from Nov 14, 2023
Merged

Fix socket issues #693

merged 3 commits into from Nov 14, 2023

Conversation

beliaev-maksim
Copy link
Collaborator

@beliaev-maksim beliaev-maksim commented Nov 14, 2023

  • Added pytest filter to ensure that we capture warnings as errors
  • Revert socket change
  • Added comment why this is the behaviour we have
  • Added run on the test to fix coverage

closes #689
closes #691

Copy link

codecov bot commented Nov 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c46cb06) 99.50% compared to head (5d75ed8) 99.93%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #693      +/-   ##
==========================================
+ Coverage   99.50%   99.93%   +0.42%     
==========================================
  Files           9        9              
  Lines        3044     3044              
==========================================
+ Hits         3029     3042      +13     
+ Misses         15        2      -13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

tox.ini Outdated Show resolved Hide resolved
* Added comment why this is the behaviour we have
* Added run on the test to fix coverage
@beliaev-maksim beliaev-maksim changed the title Close socket Fix socket issues Nov 14, 2023
@markstory markstory merged commit 2d6d039 into getsentry:master Nov 14, 2023
14 checks passed
@beliaev-maksim beliaev-maksim deleted the close_socket branch November 15, 2023 09:41
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.

responses 0.24 no longer works with pytest-socket ResourceWarning from pytest with responses 0.24.0
3 participants