forked from goodboy/tractor
1
0
Fork 0

Compare commits

...

3 Commits

Author SHA1 Message Date
Tyler Goodlet 1ab4c47fcd Drop `trio_typing` related pins 2022-10-08 14:31:44 -04:00
Tyler Goodlet b993f2c034 Add trivial news snippet 2022-10-08 14:31:29 -04:00
Tyler Goodlet 46714d41e3 Drop reporting flag from testsuite 2022-10-07 15:14:39 -04:00
3 changed files with 10 additions and 3 deletions

View File

@ -79,7 +79,7 @@ jobs:
run: pip list
- name: Run tests
run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }} -rsx
run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }}
# We skip 3.10 on windows for now due to not having any collabs to
# debug the CI failures. Anyone wanting to hack and solve them is very

View File

@ -0,0 +1,7 @@
Add ``key: Callable[..., Hashable]`` support to ``.trionics.maybe_open_context()``
Gives users finer grained control over cache hit behaviour using
a callable which receives the input ``kwargs: dict``. Further this patch
avoids use of the internal ``Actor._service_n`` for spawning the
entering manager tasks and instead allocates and uses an actor global
singleton ``_Cache.service_n``.

View File

@ -2,7 +2,7 @@ pytest
pytest-trio
pytest-timeout
pdbpp
mypy<0.920
trio_typing<0.7.0
mypy
trio_typing
pexpect
towncrier