CT
CT
I observed similar failures on a [recent run ](https://github.com/python-poetry/poetry/actions/runs/16851573008/job/47738588810?pr=10487#step:5:5657) on Windows (Python 3.12) Error logs: ``` FAILED tests/utils/test_threading.py::test_threading_atomic_cached_property_different_instances[value_functools_cache-16] - AssertionError: assert 15 == 16 + where 15 = len(['Example compute_value...
[the test that](https://github.com/scrapy/scrapy/actions/runs/16850947920/job/47737242577?pr=7000#step:5:289) is failing is `TestSendCatchLogAsyncAsyncio` in `tests\test_utils_signal.py` . When the unit tests ran last night, this test passed. this morning, i added only type annotations to sets and...
hi jclerman i had a read through some code and I believe its here why it is not showing up, when checking the outdated packages it doesn't consider the sources...
ive created #7000 and ive ran the tests locally and they pass. please let me know your feedback on the PR