Skip to content

Commit b3615ac

Browse files
committed
Update CHANGELOG with #607 and add version 3.0.0.dev1
1 parent d81f230 commit b3615ac

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
3.0.0.dev1
2+
==========
3+
4+
**Changes**
5+
6+
*
7+
8+
*
9+
10+
*
11+
12+
* Fix (`#607`_): pytest.skip() is no longer allowed at module level to
13+
prevent misleading use as test function decorator. When used at a module
14+
level an error will be raised during collection.
15+
Thanks `@omarkohl`_ for the complete PR (`#1519`_).
16+
17+
*
18+
19+
.. _#607: https://github.com/pytest-dev/pytest/issues/607
20+
.. _#1519: https://github.com/pytest-dev/pytest/pull/1519
21+
122
2.10.0.dev1
223
===========
324

0 commit comments

Comments
 (0)