• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

quaquel / EMAworkbench / 7200768145
80%
master: 93%

Build:
Build:
LAST BUILD BRANCH: ci_concurrency
DEFAULT BRANCH: master
Ran 13 Dec 2023 08:38PM UTC
Jobs 1
Files 36
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

13 Dec 2023 08:35PM UTC coverage: 80.335%. Remained the same
7200768145

push

github

EwoutH
Fix DeprecationWarning in test_futures_ipyparallel.py by updating event loop setup

This commit addresses the DeprecationWarning related to the asyncio event loop in the test_futures_ipyparallel.py file. The warning was caused by improper setup and teardown of the asyncio event loop in the test environment.

Changes:
- Updated the setUp method to create and set a new asyncio event loop for each test case.
- Modified the tearDown method to ensure proper closure of the event loop after each test.
- Removed reliance on asyncio.get_event_loop().is_running(), aligning with the behavior changes in Python 3.12.

These changes ensure that each test in the TestLogWatcher class operates with a correctly initialized and isolated event loop, which is crucial for testing asynchronous code effectively and avoiding resource leaks.

4694 of 5843 relevant lines covered (80.34%)

0.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7200768145.1 13 Dec 2023 08:38PM UTC 0
80.34
Source Files on build 7200768145
Detailed source file information is not available for this build.
  • Back to Repo
  • 2bc9d2e0 on github
  • Prev Build on ioloop_deprecation (#7200570895)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc