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 trio future deprecation warnings #805

Merged
merged 6 commits into from
Nov 19, 2019
Merged

Fix trio future deprecation warnings #805

merged 6 commits into from
Nov 19, 2019

Conversation

vxgmichel
Copy link
Contributor

No description provided.

@vxgmichel vxgmichel self-assigned this Nov 19, 2019
for e in events.values():
e.clear()
for name in events:
events[name] = trio.Event()
Copy link
Member

Choose a reason for hiding this comment

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

May cay dé fous !!!! python-trio/trio#637 ^^

@codecov
Copy link

codecov bot commented Nov 19, 2019

Codecov Report

Merging #805 into master will decrease coverage by 12.65%.
The diff coverage is 45%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #805       +/-   ##
===========================================
- Coverage   60.37%   47.72%   -12.66%     
===========================================
  Files         217      259       +42     
  Lines       16629    21667     +5038     
===========================================
+ Hits        10040    10340      +300     
- Misses       6589    11327     +4738
Impacted Files Coverage Δ
parsec/core/gui/new_version.py 0% <0%> (ø) ⬆️
parsec/core/gui/custom_dialogs.py 0% <0%> (ø) ⬆️
parsec/core/gui/trio_thread.py 0% <0%> (ø) ⬆️
parsec/backend/s3_blockstore.py 100% <100%> (ø) ⬆️
parsec/core/mountpoint/fuse_runner.py 97.11% <100%> (ø) ⬆️
parsec/backend/swift_blockstore.py 92.3% <100%> (ø) ⬆️
parsec/core/backend_connection/monitor.py 92.1% <100%> (+2.63%) ⬆️
parsec/core/fs/storage/local_database.py 100% <100%> (ø) ⬆️
parsec/core/messages_monitor.py 97.67% <100%> (ø) ⬆️
parsec/core/mountpoint/winfsp_runner.py 94.33% <100%> (+94.33%) ⬆️
... and 67 more

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 64ca0ed...3dfcf48. Read the comment docs.

@vxgmichel vxgmichel merged commit 071f7bf into master Nov 19, 2019
@FirelightFlagboy FirelightFlagboy deleted the trio-warnings branch May 9, 2023 19:28
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.

2 participants