summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/releng/releng-jobs.yaml2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/jjb/releng/releng-jobs.yaml b/jjb/releng/releng-jobs.yaml
index 4d52ad75d..1f255fcac 100644
--- a/jjb/releng/releng-jobs.yaml
+++ b/jjb/releng/releng-jobs.yaml
@@ -146,7 +146,7 @@
builders:
- shell: |
[ -f tox.ini ] || exit 0
- [ -f /usr/bin/python ] || ln -s /usr/bin/python3 /usr/bin/python
+ [ -f /usr/bin/python ] || sudo ln -s /usr/bin/python3 /usr/bin/python
sudo apt-get -o DPkg::Lock::Timeout=300 update && \
sudo DEBIAN_FRONTEND=noninteractive apt-get \
-o DPkg::Lock::Timeout=300 dist-upgrade -y
diff --git a/tox.ini b/tox.ini
index b93d95ff5..713d5622d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ envlist = jjb,docs
skipsdist = True
[testenv]
-basepython = python3.10
+basepython = python3
usedevelop = False
deps =
-chttps://opendev.org/openstack/requirements/raw/branch/stable/zed/upper-constraints.txt