-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
tests/test_watch.py::test_awatch_interrupt_raise is failing with anyio>=4 #254
Comments
I am seeing this while attempting to upgrade |
I understand that this library still pins Line 24 in 9f19a18
Is there a plan for supporting |
I've created a pr to delete |
Please also pin anyio in pyproject.toml or even better make it compatible with the anyio 4 changes: https://anyio.readthedocs.io/en/stable/versionhistory.html
|
Same problem to update opensuse tumbleweed: |
That's why I createed python-anyio3: https://build.opensuse.org/request/show/1145404 |
This is one of the last incompatibilities giving us trouble while trying to upgrade the Is there any prospect of a patch to support anyio 4 in the relatively near future? |
Description
When running the test suite against
anyio-4.0.0
and4.1.0
, I'm getting the following failure:The relevant test passes with
anyio-3.7.1
.Example Code
No response
Watchfiles Output
No response
Operating System & Architecture
Linux-6.6.3-gentoo-dist-x86_64-AMD_Ryzen_5_3600_6-Core_Processor-with-glibc2.38
#1 SMP PREEMPT_DYNAMIC Fri Dec 1 18:17:34 -00 2023
Environment
No response
Python & Watchfiles Version
python: 3.11.6 (main, Oct 26 2023, 14:30:39) [GCC 13.2.1 20231014], watchfiles: 0.0.0 (git 9f19a18)
Rust & Cargo Version
cargo 1.73.0 rustc 1.73.0 (cc66ad468 2023-10-03) (gentoo)
The text was updated successfully, but these errors were encountered: