Skip to content

Commit

Permalink
Trying Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
franramirez688 committed Jul 1, 2022
1 parent 5916833 commit 1ac716c
Showing 1 changed file with 0 additions and 4 deletions.
@@ -1,7 +1,4 @@
import textwrap
import platform

import pytest

from conans.test.assets.sources import gen_function_cpp
from conans.test.functional.toolchains.meson._base import TestMesonBase
Expand All @@ -10,7 +7,6 @@

class TestMesonToolchainAndGnuFlags(TestMesonBase):

@pytest.mark.skipif(platform.system() == "Windows", reason="Unix only")
def test_mesontoolchain_using_gnu_deps_flags(self):
client = TestClient(path_with_spaces=False)
client.run("new hello/0.1 -s")
Expand Down

0 comments on commit 1ac716c

Please sign in to comment.