Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skip troubled skeleton tests; grayskull is available #4825

Merged
merged 3 commits into from
Mar 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/test_api_skeleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def pylint_metadata():
}


@pytest.mark.skip("Use separate grayskull package instead of skeleton.")
@pytest.mark.parametrize(
"prefix, repo, package, version",
[
Expand Down Expand Up @@ -453,6 +454,7 @@ def test_pypi_section_order_preserved(tmp_path: Path):
assert list(v.keys()) == list(recipe[k])


@pytest.mark.skip("Use separate grayskull package instead of skeleton.")
@pytest.mark.slow
@pytest.mark.flaky(rerun=5, reruns_delay=2)
@pytest.mark.skipif(on_win, reason="shellcheck is not available on Windows")
Expand Down
2 changes: 2 additions & 0 deletions tests/test_api_skeleton_cran.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from conda_build.skeletons.cran import CRAN_BUILD_SH_SOURCE, CRAN_META


@pytest.mark.skip("Use separate grayskull package instead of skeleton.")
@pytest.mark.slow
@pytest.mark.parametrize(
"package,license_id,license_family,license_files",
Expand Down Expand Up @@ -48,6 +49,7 @@ def test_cran_license(
} == set(license_files)


@pytest.mark.skip("Use separate grayskull package instead of skeleton.")
@pytest.mark.parametrize(
"package,skip_text",
[
Expand Down