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

Handle asynctest not working in Python 3.8 #72

Merged
merged 1 commit into from
Sep 10, 2020
Merged

Handle asynctest not working in Python 3.8 #72

merged 1 commit into from
Sep 10, 2020

Conversation

bachya
Copy link
Owner

@bachya bachya commented Sep 10, 2020

Describe what the PR does:

This PR fixes the fact that asynctest no longer works in Python 3.8. The PR still ensures that it can be used for Python 3.6 and 3.7.

Does this fix a specific issue?

N/A

Checklist:

  • Confirm that one or more new tests are written for the new functionality.
  • Update README.md with any new documentation.
  • Add yourself to AUTHORS.md.

@bachya bachya added the maintenance Generic library tasks label Sep 10, 2020
@bachya bachya self-assigned this Sep 10, 2020
@sourcery-ai
Copy link

sourcery-ai bot commented Sep 10, 2020

Sourcery Code Quality Report (beta)

Merging this PR leaves code quality unchanged.

Quality metrics Before After Change
Complexity 0.00 0.00 0.00
Method Length 90.07 90.07 0.00
Quality 8.04 8.04 0.00
Other metrics Before After Change
Lines 166 166 0
Changed files Quality Before Quality After Quality Change
tests/test_websocket.py 8.04 8.04 0.00

Here are some functions in these files that still need a tune-up:

File Function Complexity Length Overall Recommendation
tests/test_websocket.py test_data_async 0 183.84 6.37 Split out functionality
tests/test_websocket.py test_data_sync 0 183.84 6.37 Split out functionality

Please see our documentation here for details on how these metrics are calculated.

We are actively working on this report - lots more documentation and extra metrics to come!

Let us know what you think of it by mentioning @sourcery-ai in a comment.

@codecov
Copy link

codecov bot commented Sep 10, 2020

Codecov Report

Merging #72 into dev will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               dev       #72   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          144       144           
=========================================
  Hits           144       144           

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 d2ef541...6fdee7a. Read the comment docs.

@bachya bachya merged commit 60e938a into dev Sep 10, 2020
@bachya bachya deleted the at branch September 10, 2020 19:27
@github-actions github-actions bot locked and limited conversation to collaborators Oct 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
maintenance Generic library tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant