tempest/releasenotes/notes/deprecate-skip_unless_config-decorator-64c32d588043ab12.yaml
Jordan Pittier bd4361dd19 Fix the removal of config.skip_(unless|if)_config decorators
These decorators were removed in I54a001cb562a8aac91537bf61e82a7e7d3498788
without a proper deprecation period. My bad.

Change-Id: Icc007047a8e9a527d48374b3efcec8cc5fd1be08
2017-02-25 15:56:43 +01: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.