Skip to content

Commit 2dfdb3e

Browse files
Merge pull request #3142 from regro/relock-conda
relock w/ conda-lock
2 parents 5111f46 + ae12c27 commit 2dfdb3e

File tree

2 files changed

+23
-12
lines changed

2 files changed

+23
-12
lines changed

conda-lock.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2011,39 +2011,39 @@ package:
20112011
- category: main
20122012
dependencies: {}
20132013
hash:
2014-
md5: fd5efe0dd271dda5a684a6ee92566f85
2015-
sha256: a3bac2b0449adf431097a8d89eeef739e33de9cef0ba9d2a93bcdc54b7af2ad1
2014+
md5: 784d79d774f7a831500ed108e7b1a36e
2015+
sha256: 70deef953adc43f5b898eac1dabb463f4a9d604589521299936b8e9b0e6720eb
20162016
manager: conda
20172017
name: conda-forge-pinning
20182018
optional: false
20192019
platform: linux-64
20202020
url:
2021-
https://conda.anaconda.org/conda-forge/noarch/conda-forge-pinning-2024.11.15.10.04.02-hd8ed1ab_0.conda
2022-
version: 2024.11.15.10.04.02
2021+
https://conda.anaconda.org/conda-forge/noarch/conda-forge-pinning-2024.11.15.15.57.58-hd8ed1ab_0.conda
2022+
version: 2024.11.15.15.57.58
20232023
- category: main
20242024
dependencies: {}
20252025
hash:
2026-
md5: fd5efe0dd271dda5a684a6ee92566f85
2027-
sha256: a3bac2b0449adf431097a8d89eeef739e33de9cef0ba9d2a93bcdc54b7af2ad1
2026+
md5: 784d79d774f7a831500ed108e7b1a36e
2027+
sha256: 70deef953adc43f5b898eac1dabb463f4a9d604589521299936b8e9b0e6720eb
20282028
manager: conda
20292029
name: conda-forge-pinning
20302030
optional: false
20312031
platform: osx-64
20322032
url:
2033-
https://conda.anaconda.org/conda-forge/noarch/conda-forge-pinning-2024.11.15.10.04.02-hd8ed1ab_0.conda
2034-
version: 2024.11.15.10.04.02
2033+
https://conda.anaconda.org/conda-forge/noarch/conda-forge-pinning-2024.11.15.15.57.58-hd8ed1ab_0.conda
2034+
version: 2024.11.15.15.57.58
20352035
- category: main
20362036
dependencies: {}
20372037
hash:
2038-
md5: fd5efe0dd271dda5a684a6ee92566f85
2039-
sha256: a3bac2b0449adf431097a8d89eeef739e33de9cef0ba9d2a93bcdc54b7af2ad1
2038+
md5: 784d79d774f7a831500ed108e7b1a36e
2039+
sha256: 70deef953adc43f5b898eac1dabb463f4a9d604589521299936b8e9b0e6720eb
20402040
manager: conda
20412041
name: conda-forge-pinning
20422042
optional: false
20432043
platform: osx-arm64
20442044
url:
2045-
https://conda.anaconda.org/conda-forge/noarch/conda-forge-pinning-2024.11.15.10.04.02-hd8ed1ab_0.conda
2046-
version: 2024.11.15.10.04.02
2045+
https://conda.anaconda.org/conda-forge/noarch/conda-forge-pinning-2024.11.15.15.57.58-hd8ed1ab_0.conda
2046+
version: 2024.11.15.15.57.58
20472047
- category: main
20482048
dependencies:
20492049
click: '>=8'

tests/test_container_tasks.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
@pytest.mark.skipif(
8383
not (HAVE_CONTAINERS and HAVE_TEST_IMAGE), reason="containers not available"
8484
)
85+
@flaky
8586
def test_container_tasks_get_latest_version(use_containers):
8687
data = run_container_operation(
8788
[
@@ -98,6 +99,7 @@ def test_container_tasks_get_latest_version(use_containers):
9899
@pytest.mark.skipif(
99100
not (HAVE_CONTAINERS and HAVE_TEST_IMAGE), reason="containers not available"
100101
)
102+
@flaky
101103
def test_container_tasks_get_latest_version_json(use_containers):
102104
with (
103105
tempfile.TemporaryDirectory() as tmpdir,
@@ -124,6 +126,7 @@ def test_container_tasks_get_latest_version_json(use_containers):
124126
@pytest.mark.skipif(
125127
not (HAVE_CONTAINERS and HAVE_TEST_IMAGE), reason="containers not available"
126128
)
129+
@flaky
127130
def test_container_tasks_get_latest_version_containerized(use_containers):
128131
with (
129132
tempfile.TemporaryDirectory() as tmpdir,
@@ -144,6 +147,7 @@ def test_container_tasks_get_latest_version_containerized(use_containers):
144147
@pytest.mark.skipif(
145148
not (HAVE_CONTAINERS and HAVE_TEST_IMAGE), reason="containers not available"
146149
)
150+
@flaky
147151
def test_container_tasks_get_latest_version_containerized_mpas_tools(use_containers):
148152
with (
149153
tempfile.TemporaryDirectory() as tmpdir,
@@ -266,6 +270,7 @@ def test_container_tasks_parse_meta_yaml_containerized(use_containers):
266270
@pytest.mark.skipif(
267271
not (HAVE_CONTAINERS and HAVE_TEST_IMAGE), reason="containers not available"
268272
)
273+
@flaky
269274
def test_container_tasks_rerender_feedstock_containerized_same_as_local(
270275
use_containers, capfd
271276
):
@@ -386,6 +391,7 @@ def test_container_tasks_rerender_feedstock_containerized_same_as_local(
386391
@pytest.mark.skipif(
387392
not (HAVE_CONTAINERS and HAVE_TEST_IMAGE), reason="containers not available"
388393
)
394+
@flaky
389395
def test_container_tasks_rerender_feedstock_containerized_empty(use_containers):
390396
with tempfile.TemporaryDirectory() as tmpdir_local:
391397
# first run the rerender locally
@@ -440,6 +446,7 @@ def test_container_tasks_rerender_feedstock_containerized_empty(use_containers):
440446
@pytest.mark.skipif(
441447
not (HAVE_CONTAINERS and HAVE_TEST_IMAGE), reason="containers not available"
442448
)
449+
@flaky
443450
def test_container_tasks_rerender_feedstock_containerized_permissions(use_containers):
444451
with tempfile.TemporaryDirectory() as tmpdir:
445452
with pushd(tmpdir):
@@ -513,6 +520,7 @@ def test_container_tasks_rerender_feedstock_containerized_permissions(use_contai
513520
@pytest.mark.skipif(
514521
not (HAVE_CONTAINERS and HAVE_TEST_IMAGE), reason="containers not available"
515522
)
523+
@flaky
516524
def test_container_tasks_provide_source_code_containerized(use_containers):
517525
with (
518526
tempfile.TemporaryDirectory() as tmpdir,
@@ -538,6 +546,7 @@ def test_container_tasks_provide_source_code_containerized(use_containers):
538546
@pytest.mark.skipif(
539547
not (HAVE_CONTAINERS and HAVE_TEST_IMAGE), reason="containers not available"
540548
)
549+
@flaky
541550
def test_container_tasks_provide_source_code_containerized_patches(use_containers):
542551
with (
543552
tempfile.TemporaryDirectory() as tmpdir,
@@ -569,6 +578,7 @@ def test_container_tasks_provide_source_code_containerized_patches(use_container
569578
@pytest.mark.skipif(
570579
not (HAVE_CONTAINERS and HAVE_TEST_IMAGE), reason="containers not available"
571580
)
581+
@flaky
572582
def test_container_tasks_is_recipe_solvable_containerized(use_containers):
573583
with tempfile.TemporaryDirectory() as tmpdir:
574584
with pushd(tmpdir):
@@ -602,6 +612,7 @@ def test_container_tasks_is_recipe_solvable_containerized(use_containers):
602612
@pytest.mark.skipif(
603613
not (HAVE_CONTAINERS and HAVE_TEST_IMAGE), reason="containers not available"
604614
)
615+
@flaky
605616
def test_migration_runner_run_migration_containerized_yaml_rebuild(tmpdir):
606617
fs_dir = os.path.join(tmpdir, "scipy-feedstock")
607618
rp_dir = os.path.join(fs_dir, "recipe")

0 commit comments

Comments
 (0)