Closed goodboy closed 2 years ago
Prep for more spawning backends (such as rsyscall as per #272).
rsyscall
The explicit set of backends is now: ['trio', 'mp_spawn', 'mp_forkserver'] as can be set by tractor._spawn.try_set_spawn_method().
['trio', 'mp_spawn', 'mp_forkserver']
tractor._spawn.try_set_spawn_method()
Further this patch set also,
mypy
tractor.testing
@tractor_test
tests/conftest.py
ci.yml
Prep for more spawning backends (such as
rsyscall
as per #272).The explicit set of backends is now:
['trio', 'mp_spawn', 'mp_forkserver']
as can be set bytractor._spawn.try_set_spawn_method()
.Further this patch set also,
mypy
tractor.testing
subpkg and moves our@tractor_test
definition intotests/conftest.py
ci.yml
to explicitly run the tests on each spawning backend