-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use virtualenv flag to use pinned pip
- Loading branch information
1 parent
a47151d
commit 92acda6
Showing
2 changed files
with
29 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
From 054508235bc3a3174ccc074c92829c206f2afb78 Mon Sep 17 00:00:00 2001 | ||
From: Jacob Floyd <cognifloyd@gmail.com> | ||
Date: Thu, 28 Jan 2021 12:08:33 -0600 | ||
Subject: [PATCH] pin python2.7 tests to st2 3.3 | ||
|
||
StackStorm 3.3 is the last version to support 2.7. So, use the v3.3 | ||
branch instead of the master branch for the python 2.7 tests. | ||
--- | ||
.circle/circle.yml.sample | 2 ++ | ||
1 file changed, 2 insertions(+) | ||
|
||
diff --git a/.circle/circle.yml.sample b/.circle/circle.yml.sample | ||
index 88a0ece..7168dc8 100644 | ||
--- a/.circleci/config.yml | ||
+++ b/.circleci/config.yml | ||
@@ -14,6 +14,8 @@ jobs: | ||
# Don't install various StackStorm dependencies which are already | ||
# installed by CI again in the various check scripts | ||
ST2_INSTALL_DEPS: "0" | ||
+ # 3.3 is the last version to support python27 | ||
+ ST2_BRANCH: "v3.3" | ||
|
||
steps: | ||
- checkout | ||
-- | ||
2.26.2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters