Skip to content

Commit

Permalink
Use trio.run() in windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed May 6, 2021
1 parent b861da4 commit ce483a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# 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)

0 comments on commit ce483a9

Please sign in to comment.