Skip to content

Commit

Permalink
Fixed previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo13 committed Jan 16, 2017
1 parent a63e641 commit cef232f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions tests/core/test_bridge.py
Expand Up @@ -12,8 +12,7 @@


if pytest.PLATFORM == "win32":
pytest.mark.skip("Unsupported Platform")

pytestmark = pytest.mark.skip("Unsupported Platform")

pytest.importorskip("multiprocessing")

Expand Down
2 changes: 1 addition & 1 deletion tests/node/test_server.py
Expand Up @@ -17,7 +17,7 @@


if PLATFORM == 'win32':
pytest.mark.skip('Broken on Windows')
pytestmark = pytest.mark.skip('Broken on Windows')


class return_value(Event):
Expand Down

0 comments on commit cef232f

Please sign in to comment.