tempest/releasenotes/notes/remove-deprecated-skip-decorators-f8b42d812d20b537.yaml
jeremy.zhang f92e6d42f0 Remove deprecated skip decorators
This patch aims to remove 'skip_unless_config' and 'skip_if_config'
decorators, which marked as deprecated and would be removed in Queens.

Change-Id: I45a0216b7ab34e962b0f4802df77019b0c613d49
2017-09-21 17:17:07 +08:00

6 lines
134 B
YAML

---
upgrade:
- |
Remove two deprecated skip decorators in ``config`` module:
``skip_unless_config`` and ``skip_if_config``.