Skip to content

Commit

Permalink
Update test_basic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pfernique committed Oct 6, 2017
1 parent 54c052d commit 59673f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_mapping_export(self):
if filepath.exists() and filepath.ext in ['.cpp', '.h']:
filepath.remove()

@attr(win=False)
@attr(win=False, osx=False)
def test_pyclanglite_parser(self):
"""Test `pyclanglite` parser"""
plugin = autowig.parser.plugin
Expand All @@ -77,4 +77,4 @@ def test_boost_python_pattern_generator(self):
plugin = autowig.generator.plugin
autowig.generator.plugin = 'boost_python_pattern'
self.test_mapping_export()
autowig.generator.plugin = plugin
autowig.generator.plugin = plugin

0 comments on commit 59673f9

Please sign in to comment.