Add release note about the ostestr tox job
The ostestr tox job was recently removed from the tempest tox.ini, mostly because we're moving towards standardizing on just using stestr for everything and dropping the dependency on os-testr. During the review that removed the job, some concerns were raised that it might break people. To address that this commit adds a release note explaining the potential upgrade implications and how to work around the removal. Change-Id: Ibc59e01af9f5a9c4d8c67fbde1f029decf602226
This commit is contained in:
parent
74737b777f
commit
be11739269
@ -0,0 +1,9 @@
|
||||
---
|
||||
upgrade:
|
||||
- |
|
||||
The tox ostestr job (normally invoked with ``tox -eostestr``) has been
|
||||
removed. This was lightly used, and in the near future ostestr will be
|
||||
removed from the tempest requirements file. If you were relying on this
|
||||
functionality you can replicate it by using the venv-tempest tox job. For
|
||||
example, simply running ``tox -evenv-tempest -- ostestr`` will do the same
|
||||
thing the old ostestr job did.
|
Loading…
Reference in New Issue
Block a user