Skip to content

Commit

Permalink
platform.type
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Dec 12, 2016
1 parent 600734e commit 98d6c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/async/test_actor_subprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@


@dont_run_with_thread
@skipUnless(platform != 'win', 'Requires posix OS')
@skipUnless(platform.type != 'win', 'Requires posix OS')
class TestActorMultiProcess(ActorTest, unittest.TestCase):
concurrency = 'subprocess'

0 comments on commit 98d6c0b

Please sign in to comment.