tempest/releasenotes/notes/16.0.0-deprecate-skip_unless_config-decorator-64c32d588043ab12.yaml
ghanshyam 2f4d1d0cbe Rename 16.0.0 release notes
This commit renaming all the release notes for 16.0.0.

Change-Id: I4b09c9da001ecf75563cb132670905ac237bbd0b
2017-04-20 05:09:06 +00:00

6 lines
244 B
YAML

---
deprecations:
- The ``skip_unless_config`` and ``skip_if_config`` decorators in the
``config`` module have been deprecated and will be removed in the Queens
dev cycle. Use the ``testtools.skipUnless`` (or a variation of) instead.