Skip to content

Commit ded8949

Browse files
uilianriesjgsogo
andauthored
skip emsdk from kb-h016 (#348)
* skip emsdk from kb-h016 Signed-off-by: Uilian Ries <[email protected]> * trigger CI * No cache dir Signed-off-by: Uilian Ries <[email protected]> * py 2.7 does not support no-cache-dir Signed-off-by: Uilian Ries <[email protected]> * do not force tox Signed-off-by: Uilian Ries <[email protected]> * do not enforce no-cache Signed-off-by: Uilian Ries <[email protected]> Co-authored-by: jgsogo <[email protected]>
1 parent 688747e commit ded8949

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hooks/conan-center.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ def test(out):
965965
@run_test("KB-H016", output)
966966
def test(out):
967967
if conanfile.name in ["cmake", "msys2", "strawberryperl", "pybind11", "ignition-cmake",
968-
"extra-cmake-modules"]:
968+
"extra-cmake-modules", "emsdk"]:
969969
return
970970
bad_files = _get_files_following_patterns(conanfile.package_folder, ["Find*.cmake",
971971
"*Config.cmake",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ deps =
1111
conanprevprev: conan-unknown
1212
coverage: coverage-enable-subprocess
1313
-r {toxinidir}/tests/requirements_test.txt
14-
14+
1515

1616
setenv =
1717
PYTHONDONTWRITEBYTECODE=1

0 commit comments

Comments
 (0)