Use trio.run() in windows tests

drop_run
Tyler Goodlet 2021-02-24 18:51:32 -05:00
parent 5ca963148e
commit 0551756e22
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ if __name__ == '__main__':
# temporary dir and name it test_example.py. We import that script
# module here and invoke it's ``main()``.
from . import test_example
test_example.tractor.run(test_example.main, start_method='spawn')
test_example.trio.run(test_example.main)