Skip to content

Commit

Permalink
Skip test_ctypes_CDLL_None on Windows.
Browse files Browse the repository at this point in the history
See pull-request #2098.
  • Loading branch information
htgoebel committed Jul 23, 2016
1 parent 36d8591 commit 1ec2473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/functional/test_import.py
Expand Up @@ -192,6 +192,7 @@ def test_ctypes_CDLL_c(pyi_builder):
""")

@skipif_no_compiler
@skipif(is_win, reason="CDLL(None) seams to be not valid on Windows")
def test_ctypes_CDLL_None(pyi_builder):
# Make sure we are able to load CDLL(None)
# -> pip does this for some reason
Expand Down

0 comments on commit 1ec2473

Please sign in to comment.