prefix-dev / rattler-build-conda-compat

rattler-build module which offer compatibility with conda-smithy
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

start adding some more tests for version updates #48

Closed wolfv closed 3 months ago

wolfv commented 3 months ago

Continuing the implementation here, but potentially moving it into cf-scripts afterwards.

I've added some interesting test cases with one that is kinda hard to fix: the polars test.

wolfv commented 3 months ago

OK, actually the polars test is also marked as xfail:

    pytest.param(
        "polars_mixed_selectors",
        "1.1.0",
        marks=pytest.mark.xfail(reason=VARIANT_SOURCES_NOT_IMPLEMENTED),
    ),
    pytest.param(
        "polars_name_selectors",
        "1.1.0",
        marks=pytest.mark.xfail(reason=VARIANT_SOURCES_NOT_IMPLEMENTED),
    ),
    pytest.param(
        "polars_variant_selectors",
        "1.1.0",
        marks=pytest.mark.xfail(reason=VARIANT_SOURCES_NOT_IMPLEMENTED),
    ),