Skip to content

Commit

Permalink
add patch to fix aioredis build failure (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeepali committed Mar 21, 2024
1 parent a208e0b commit 956e1b1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
From 7286ceeb954b73a436a7d3d41621ae8b1814ee7d Mon Sep 17 00:00:00 2001
From: Deepali Chourasia <deepch23@in.ibm.com>
Date: Thu, 21 Mar 2024 10:56:19 +0000
Subject: [PATCH] Fix to not to use python 3.11 for test stage

---
recipe/meta.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/recipe/meta.yaml b/recipe/meta.yaml
index 451f045..3c44892 100644
--- a/recipe/meta.yaml
+++ b/recipe/meta.yaml
@@ -28,6 +28,7 @@ test:
- aioredis
requires:
- pip
+ - python <3.11
commands:
- pip check

--
2.40.1

2 changes: 2 additions & 0 deletions envs/pytorch-extras-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,7 @@ packages:
git_tag : d003de7de0238b34da02a77b3e574a0495015987
- feedstock : https://github.com/conda-forge/aioredis-feedstock
git_tag : fbfc6b513846aff97772f21b90ad0d0555884186
patches:
- feedstock-patches/aioredis/0001-Fix-to-not-to-use-python-3.11-for-test-stage.patch
{% endif %}
git_tag_for_env: open-ce-v1.8.1

0 comments on commit 956e1b1

Please sign in to comment.