Skip to content

Commit

Permalink
Merge pull request #18 from sot/fix-windows
Browse files Browse the repository at this point in the history
Skip all tests on Windows
  • Loading branch information
taldcroft authored Mar 4, 2020
2 parents ac2f3b6 + 8166401 commit bad2cb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Ska/Shell/tests/test_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

outfile = 'ska_shell_test.dat'

# Skip the entire test suite on Windows
pytestmark = pytest.mark.skipif(os.name == 'nt', reason='Ska.Shell not supported on Windows')


class TestSpawn:
def setup(self):
Expand Down

0 comments on commit bad2cb1

Please sign in to comment.