Skip to content

Commit

Permalink
Update Releng's tox.ini
Browse files Browse the repository at this point in the history
Change-Id: Id259757199bc8013d0d00d63194ba1e02e670a5a
Signed-off-by: Cédric Ollivier <[email protected]>
  • Loading branch information
collivier committed Sep 6, 2024
1 parent 49b4d79 commit f4bbcf4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ envlist = jjb,docs
skipsdist = True

[testenv]
basepython = python3.10
basepython = python3.11
usedevelop = False
deps =
-chttps://opendev.org/openstack/requirements/raw/branch/stable/zed/upper-constraints.txt
-chttps://opendev.org/openstack/requirements/raw/branch/stable/2024.1/upper-constraints.txt
-cupper-constraints.txt
-r{toxinidir}/test-requirements.txt

[testenv:jjb]
commands=
jenkins-jobs test -o {envtmpdir}/job_output -r {toxinidir}/jjb
jenkins-jobs test -o {envtmpdir}/job_output -r {toxinidir}/jjb/functest/functest-pi.yaml

[testenv:docs]
commands =
Expand Down
7 changes: 3 additions & 4 deletions upper-constraints.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sphinxcontrib-needs===0.7.9
sphinxcontrib.plantuml===0.24
sphinx_toolbox==3.2.0
sphinxcontrib.nwdiag===2.0.0
sphinxcontrib.plantuml===0.30
sphinx-toolbox==3.8.0
sphinxcontrib-swaggerdoc===0.1.7
sphinx-rtd-theme===1.0.0
sphinx-rtd-theme===3.0.0rc1
jenkins-job-builder===4.3.0

0 comments on commit f4bbcf4

Please sign in to comment.