Followup opendev cleanup and test jobs
* upper-constraints references need s/plain/raw/ Change-Id: I04368dc42f1a62a048ac9d11497747ef6f600515 Signed-off-by: Dean Troyer <dtroyer@gmail.com>
This commit is contained in:
parent
b3da2a6726
commit
0f56b7d074
@ -39,7 +39,7 @@ language to describe operations in OpenStack.
|
|||||||
.. _Launchpad project: https://launchpad.net/python-openstackclient
|
.. _Launchpad project: https://launchpad.net/python-openstackclient
|
||||||
.. _Blueprints: https://blueprints.launchpad.net/python-openstackclient
|
.. _Blueprints: https://blueprints.launchpad.net/python-openstackclient
|
||||||
.. _Bugs: https://storyboard.openstack.org/#!/project/975
|
.. _Bugs: https://storyboard.openstack.org/#!/project/975
|
||||||
.. _Source: https://git.openstack.org/cgit/openstack/python-openstackclient
|
.. _Source: https://opendev.org/openstack/python-openstackclient
|
||||||
.. _Developer: https://docs.openstack.org/project-team-guide/project-setup/python.html
|
.. _Developer: https://docs.openstack.org/project-team-guide/project-setup/python.html
|
||||||
.. _Contributing: https://docs.openstack.org/infra/manual/developers.html
|
.. _Contributing: https://docs.openstack.org/infra/manual/developers.html
|
||||||
.. _Testing: https://docs.openstack.org/python-openstackclient/latest/contributor/developing.html#testing
|
.. _Testing: https://docs.openstack.org/python-openstackclient/latest/contributor/developing.html#testing
|
||||||
|
@ -60,7 +60,7 @@ on `Launchpad`_. Code may be submitted to the
|
|||||||
:code:`openstack/python-openstackclient` project using `Gerrit`_.
|
:code:`openstack/python-openstackclient` project using `Gerrit`_.
|
||||||
Developers may also be found in the `IRC channel`_ ``#openstack-sdks``.
|
Developers may also be found in the `IRC channel`_ ``#openstack-sdks``.
|
||||||
|
|
||||||
.. _`on OpenStack's Git server`: https://git.openstack.org/cgit/openstack/python-openstackclient/tree
|
.. _`on OpenStack's Git server`: https://opendev.org/openstack/python-openstackclient/tree
|
||||||
.. _Launchpad: https://launchpad.net/python-openstackclient
|
.. _Launchpad: https://launchpad.net/python-openstackclient
|
||||||
.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
.. _Gerrit: http://docs.openstack.org/infra/manual/developers.html#development-workflow
|
||||||
.. _Bug reports: https://storyboard.openstack.org/#!/project/975
|
.. _Bug reports: https://storyboard.openstack.org/#!/project/975
|
||||||
|
8
tox.ini
8
tox.ini
@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
OS_STDERR_CAPTURE=1
|
OS_STDERR_CAPTURE=1
|
||||||
OS_TEST_TIMEOUT=60
|
OS_TEST_TIMEOUT=60
|
||||||
deps =
|
deps =
|
||||||
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
|
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
commands = stestr run {posargs}
|
commands = stestr run {posargs}
|
||||||
@ -88,7 +88,7 @@ commands =
|
|||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
deps =
|
deps =
|
||||||
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
|
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
@ -112,7 +112,7 @@ commands =
|
|||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
deps =
|
deps =
|
||||||
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
|
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands =
|
commands =
|
||||||
@ -122,7 +122,7 @@ commands =
|
|||||||
[testenv:releasenotes]
|
[testenv:releasenotes]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
deps =
|
deps =
|
||||||
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
|
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/upper-constraints.txt}
|
||||||
-r{toxinidir}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands =
|
commands =
|
||||||
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||||
|
Loading…
Reference in New Issue
Block a user