Replies: 1 comment 1 reply
-
Seems reasonable to me. Is this the only place that would need to change? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on adding Python 3.13 support to
httpx
in Gentoo. Unfortunately,trio
right now fails tests with Python 3.13 pretty badly, so I'd like to skip it for the time being. Also, we don't really need it, except to run the tests. I can easily work through most of the issues but the directimport trio
intests/concurrency.py
is quite a hassle. Would you consider accepting a patch that would move it into the function, e.g.:so that we could simply deselect tests using
trio
, without getting a top-level failure about the missing package?Beta Was this translation helpful? Give feedback.
All reactions