Compare commits
No commits in common. "1ab4c47fcdab729a05a0205fd7a59072bb86872a" and "6a0337b69d660378fc19a598d771016cb64a71cc" have entirely different histories.
1ab4c47fcd
...
6a0337b69d
|
@ -79,7 +79,7 @@ jobs:
|
|||
run: pip list
|
||||
|
||||
- name: Run tests
|
||||
run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }}
|
||||
run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }} -rsx
|
||||
|
||||
# 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
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
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``.
|
|
@ -2,7 +2,7 @@ pytest
|
|||
pytest-trio
|
||||
pytest-timeout
|
||||
pdbpp
|
||||
mypy
|
||||
trio_typing
|
||||
mypy<0.920
|
||||
trio_typing<0.7.0
|
||||
pexpect
|
||||
towncrier
|
||||
|
|
Loading…
Reference in New Issue