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

ReactiveX / RxPY / 24588286582
94%

Build:
DEFAULT BRANCH: master
Ran 17 Apr 2026 09:53PM UTC
Jobs 1
Files 413
Run time 1min
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

17 Apr 2026 09:52PM UTC coverage: 93.45%. Remained the same
24588286582

push

github

web-flow
test: skip tkinter scheduler tests on PyPy (all platforms) (#760)

* test: skip tkinter scheduler tests on PyPy (all platforms)

The module creates `tkinter.Tk()` at import time. During PyPy interpreter
shutdown, `_tkinter/app.py`'s `__del__` calls `threading.notify_all`,
which can abort the process with `Fatal Python error: Aborted`. When
this happens inside an xdist worker it takes the worker down and fails
whichever unrelated test happens to be running (e.g. test_case_three),
showing up as a non-deterministic CI failure.

The skip guard previously only covered macOS+PyPy; extend it to all
PyPy platforms so the Linux PyPy job stops flaking.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

* style: apply ruff-format to tkinter test skip

Collapse the `pytest.skip(...)` call onto a single line per ruff-format.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

1 of 2 new or added lines in 1 file covered. (50.0%)

25125 of 26886 relevant lines covered (93.45%)

0.93 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
30.12
-0.83% tests/test_scheduler/test_mainloop/test_tkinterscheduler.py
Jobs
ID Job ID Ran Files Coverage
1 24588286582.1 17 Apr 2026 09:53PM UTC 413
93.45
GitHub Action Run
Source Files on build 24588286582
  • Tree
  • List 413
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 7d3f66c0 on github
  • Prev Build on master (#24587602847)
  • Next Build on master (#24588449860)
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