File tree Expand file tree Collapse file tree 4 files changed +32
-9
lines changed Expand file tree Collapse file tree 4 files changed +32
-9
lines changed Original file line number Diff line number Diff line change 1
- 3.0.2.dev
2
- =========
3
-
4
- *
1
+ 3.0.2
2
+ =====
5
3
6
4
* Improve error message when passing non-string ids to ``pytest.mark.parametrize `` (`#1857 `_).
7
5
Thanks `@okken `_ for the report and `@nicoddemus `_ for the PR.
24
22
which have significant logic in their tearDown machinery (`#1890 `_). Thanks
25
23
`@mbyt `_ for the PR.
26
24
27
- *
28
-
29
25
.. _@joguSD : https://github.com/joguSD
30
26
.. _@AiOO : https://github.com/AiOO
31
27
.. _@mbyt : https://github.com/mbyt
Original file line number Diff line number Diff line change 1
1
#
2
- __version__ = '3.0.2.dev '
2
+ __version__ = '3.0.2'
Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ Release announcements
5
5
.. toctree ::
6
6
:maxdepth: 2
7
7
8
-
9
- sprint2016
8
+
9
+ release-3.0.2
10
10
release-3.0.1
11
11
release-3.0.0
12
+ sprint2016
12
13
release-2.9.2
13
14
release-2.9.1
14
15
release-2.9.0
Original file line number Diff line number Diff line change
1
+ pytest-3.0.2
2
+ ============
3
+
4
+ pytest 3.0.2 has just been released to PyPI.
5
+
6
+ This release fixes some regressions reported in version 3.0.0, being a
7
+ drop-in replacement. To upgrade::
8
+
9
+ pip install --upgrade pytest
10
+
11
+ The changelog is available at http://doc.pytest.org/en/latest/changelog.html.
12
+
13
+ Thanks to all who contributed to this release, among them:
14
+
15
+ * Adam Chainz
16
+ * Andrew Svetlov
17
+ * Bruno Oliveira
18
+ * Daniel Hahler
19
+ * Dmitry Dygalo
20
+ * Florian Bruhin
21
+ * Marcin Bachry
22
+ * Ronny Pfannschmidt
23
+ * matthiasha
24
+
25
+ Happy testing,
26
+ The pytest Development Team
You can’t perform that action at this time.
0 commit comments