Skip to content

Commit e99569d

Browse files
alblascoTinche
authored andcommitted
A line is added to the changelog.
Please review release date
1 parent 4099b63 commit e99569d

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.rst

+11-7
Original file line numberDiff line numberDiff line change
@@ -175,28 +175,32 @@ Only test coroutines will be affected (by default, coroutines prefixed by
175175

176176
Changelog
177177
---------
178+
0.13.0 (2020-XX-XX)
179+
~~~~~~~~~~~~~~~~~~~
180+
- Fix `#162 <https://github.com/pytest-dev/pytest-asyncio/issues/162>`_, and ``event_loop`` fixture behavior now is coherent on all scopes.
181+
`#164 <https://github.com/pytest-dev/pytest-asyncio/pull/164>`_
178182

179183
0.12.0 (2020-05-04)
180184
~~~~~~~~~~~~~~~~~~~
181185
- Run the event loop fixture as soon as possible. This helps with fixtures that have an implicit dependency on the event loop.
182-
`#156` <https://github.com/pytest-dev/pytest-asyncio/pull/156>
186+
`#156 <https://github.com/pytest-dev/pytest-asyncio/pull/156>`_
183187

184188
0.11.0 (2020-04-20)
185189
~~~~~~~~~~~~~~~~~~~
186190
- Test on 3.8, drop 3.3 and 3.4. Stick to 0.10 for these versions.
187-
`#152` <https://github.com/pytest-dev/pytest-asyncio/pull/152>
191+
`#152 <https://github.com/pytest-dev/pytest-asyncio/pull/152>`_
188192
- Use the new Pytest 5.4.0 Function API. We therefore depend on pytest >= 5.4.0.
189-
`#142` <https://github.com/pytest-dev/pytest-asyncio/pull/142>
193+
`#142 <https://github.com/pytest-dev/pytest-asyncio/pull/142>`_
190194
- Better ``pytest.skip`` support.
191-
`#126` <https://github.com/pytest-dev/pytest-asyncio/pull/126>
195+
`#126 <https://github.com/pytest-dev/pytest-asyncio/pull/126>`_
192196

193197
0.10.0 (2019-01-08)
194198
~~~~~~~~~~~~~~~~~~~~
195199
- ``pytest-asyncio`` integrates with `Hypothesis <https://hypothesis.readthedocs.io>`_
196200
to support ``@given`` on async test functions using ``asyncio``.
197-
`#102` <https://github.com/pytest-dev/pytest-asyncio/pull/102>
201+
`#102 <https://github.com/pytest-dev/pytest-asyncio/pull/102>`_
198202
- Pytest 4.1 support.
199-
`#105` <https://github.com/pytest-dev/pytest-asyncio/pull/105>
203+
`#105 <https://github.com/pytest-dev/pytest-asyncio/pull/105>`_
200204

201205
0.9.0 (2018-07-28)
202206
~~~~~~~~~~~~~~~~~~
@@ -208,7 +212,7 @@ Changelog
208212
0.8.0 (2017-09-23)
209213
~~~~~~~~~~~~~~~~~~
210214
- Improve integration with other packages (like aiohttp) with more careful event loop handling.
211-
`#64` <https://github.com/pytest-dev/pytest-asyncio/pull/64>
215+
`#64 <https://github.com/pytest-dev/pytest-asyncio/pull/64>`_
212216

213217
0.7.0 (2017-09-08)
214218
~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)