Add credit for pytest.mark.skip to the CHANGELOG

This commit is contained in:
Bruno Oliveira 2015-10-03 14:15:22 -03:00
parent 8984177448
commit a24126effb
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
2.9.0.dev
---------
* Add unconditional skip mechanism (`pytest.mark.skip`)
* New `pytest.mark.skip` mark, which unconditional skips marked tests.
Thanks Michael Aquilina for the complete PR.
2.8.1.dev
2.8.2.dev
---------