Merge "Remove unnecessary #egg= URL fragment"

This commit is contained in:
Zuul 2023-01-21 01:23:16 +00:00 committed by Gerrit Code Review
commit 9c37686f35
2 changed files with 6 additions and 6 deletions

View File

@ -116,8 +116,8 @@ the release that this is the development branch for.
# latest cinder/brick code instead of released code.
# NOTE: Functional tests may fail if host is missing bindeps from deps projects
deps= -r{toxinidir}/test-requirements.txt
git+https://opendev.org/openstack/os-brick#egg=os-brick
git+https://opendev.org/openstack/cinder#egg=cinder
git+https://opendev.org/openstack/os-brick
git+https://opendev.org/openstack/cinder
* When the coordinated release for cycle 'n' has occurred, cinderlib's
``tox.ini`` in master must be modified so that cinderlib is being tested
@ -127,8 +127,8 @@ the release that this is the development branch for.
.. code-block::
deps = -r{toxinidir}/test-requirements.txt
git+https://opendev.org/openstack/os-brick@stable/yoga#egg=os-brick
git+https://opendev.org/openstack/cinder@stable/yoga#egg=cinder
git+https://opendev.org/openstack/os-brick@stable/yoga
git+https://opendev.org/openstack/cinder@stable/yoga
* After the 'n' release of cinderlib occurs (and the stable/n branch is cut),
all of cinder, os-brick, and cinderlib master branches are all 'n+1' cycle

View File

@ -36,8 +36,8 @@ usedevelop=True
# NOTE: Functional tests may fail if host is missing bindeps from deps projects
deps =
-r{toxinidir}/test-requirements.txt
git+https://opendev.org/openstack/os-brick#egg=os-brick
git+https://opendev.org/openstack/cinder#egg=cinder
git+https://opendev.org/openstack/os-brick
git+https://opendev.org/openstack/cinder
commands =
find . -ignore_readdir_race -type f -name "*.pyc" -delete