Skip to content

Commit

Permalink
Fix scons test and conf (#14729)
Browse files Browse the repository at this point in the history
correct scons test and conf
  • Loading branch information
czoido authored Sep 13, 2023
1 parent 9d22571 commit 1a16a54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions conans/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@
"system": {"path": {'Windows': 'C:/bazel/bin',
"Darwin": '/Users/jenkins/bin'}},
},
'scons': {
"default": "system"
},
'premake': {
"exe": "premake5",
"default": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion conans/test/functional/toolchains/scons/test_sconsdeps.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@pytest.mark.skipif(platform.system() != "Linux", reason="SCons functional tests"
"only for Linux")
@pytest.mark.tool("scons")
@pytest.mark.tool_scons
def test_sconsdeps():
client = TestClient(path_with_spaces=False)

Expand Down

0 comments on commit 1a16a54

Please sign in to comment.