Skip to content

Commit

Permalink
Remove some test on OsX
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Mar 4, 2019
1 parent 644b646 commit f2e56bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_sample_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def tearDownClass(cls):
del cls._data

@attr(linux=True,
osx=True,
osx=False,
win=True,
level=1)
class TestNominalSampleSpace(unittest.TestCase):
Expand All @@ -60,7 +60,7 @@ def tearDownClass(cls):
del cls._space

@attr(linux=True,
osx=True,
osx=False,
win=True,
level=1)
class TestOrdinalSampleSpace(unittest.TestCase):
Expand Down

0 comments on commit f2e56bc

Please sign in to comment.