From dab962a9d0abee7c2acbd1dff4bc07949ea49dd6 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Fri, 3 May 2024 15:50:04 +1100 Subject: [PATCH] remove `use_local: true` where possible --- .ci_support/migrations/numpy2.yaml | 1 + .ci_support/migrations/pypy38.yaml | 1 - .ci_support/migrations/python312.yaml | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.ci_support/migrations/numpy2.yaml b/.ci_support/migrations/numpy2.yaml index c9279280..539f3215 100644 --- a/.ci_support/migrations/numpy2.yaml +++ b/.ci_support/migrations/numpy2.yaml @@ -8,6 +8,7 @@ __migrator: - conda-forge - conda-forge/label/numpy_rc,conda-forge - conda-forge/label/numpy_rc,conda-forge/label/meson_dev,conda-forge + # need to keep this due to needing an ordering for windows that contains meson_dev use_local: true # needs to fully reproduce zip of {python, python_impl, numpy} diff --git a/.ci_support/migrations/pypy38.yaml b/.ci_support/migrations/pypy38.yaml index 7760a49e..f2be38f5 100644 --- a/.ci_support/migrations/pypy38.yaml +++ b/.ci_support/migrations/pypy38.yaml @@ -17,7 +17,6 @@ __migrator: - 3.9.* *_73_pypy paused: False longterm: True - use_local: True check_solvable: True exclude_pinned_pkgs: False pr_limit: 10 diff --git a/.ci_support/migrations/python312.yaml b/.ci_support/migrations/python312.yaml index 8ced740e..a7f5c4dc 100644 --- a/.ci_support/migrations/python312.yaml +++ b/.ci_support/migrations/python312.yaml @@ -28,7 +28,6 @@ __migrator: - cross-python - python_abi exclude_pinned_pkgs: false - use_local: true python: - 3.12.* *_cpython