tempest/releasenotes/notes/removed-tox-ostestr-8997a93d199c44f3.yaml
Matthew Treinish be11739269
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
2017-12-18 11:31:29 -05:00

10 lines
437 B
YAML

---
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.