@@ -175,28 +175,32 @@ Only test coroutines will be affected (by default, coroutines prefixed by
175175
176176Changelog
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
1791830.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
1841880.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
1931970.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
2012050.9.0 (2018-07-28)
202206~~~~~~~~~~~~~~~~~~
@@ -208,7 +212,7 @@ Changelog
2082120.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
2132170.7.0 (2017-09-08)
214218~~~~~~~~~~~~~~~~~~
0 commit comments