mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 18:14:05 +00:00
Temporarily disable tests using conda --json output
This commit is contained in:
@@ -168,6 +168,9 @@ def r_packages(packages: dict[str, set[str]]) -> Iterable[str]:
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip(
|
||||||
|
reason="conda 23.7.2 contains regression fix for --json and --debug flags, but it's not yet released on conda-forge"
|
||||||
|
)
|
||||||
def test_r_packages(
|
def test_r_packages(
|
||||||
package_helper: CondaPackageHelper, r_packages: Iterable[str]
|
package_helper: CondaPackageHelper, r_packages: Iterable[str]
|
||||||
) -> None:
|
) -> None:
|
||||||
@@ -181,6 +184,9 @@ def python_packages(packages: dict[str, set[str]]) -> Iterable[str]:
|
|||||||
return map(get_package_import_name, filter(python_package_predicate, packages))
|
return map(get_package_import_name, filter(python_package_predicate, packages))
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip(
|
||||||
|
reason="conda 23.7.2 contains regression fix for --json and --debug flags, but it's not yet released on conda-forge"
|
||||||
|
)
|
||||||
def test_python_packages(
|
def test_python_packages(
|
||||||
package_helper: CondaPackageHelper,
|
package_helper: CondaPackageHelper,
|
||||||
python_packages: Iterable[str],
|
python_packages: Iterable[str],
|
||||||
|
Reference in New Issue
Block a user