@@ -175,28 +175,32 @@ Only test coroutines will be affected (by default, coroutines prefixed by
175
175
176
176
Changelog
177
177
---------
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 >`_
178
182
179
183
0.12.0 (2020-05-04)
180
184
~~~~~~~~~~~~~~~~~~~
181
185
- 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 >`_
183
187
184
188
0.11.0 (2020-04-20)
185
189
~~~~~~~~~~~~~~~~~~~
186
190
- 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 >`_
188
192
- 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 >`_
190
194
- 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 >`_
192
196
193
197
0.10.0 (2019-01-08)
194
198
~~~~~~~~~~~~~~~~~~~~
195
199
- ``pytest-asyncio `` integrates with `Hypothesis <https://hypothesis.readthedocs.io >`_
196
200
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 >`_
198
202
- 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 >`_
200
204
201
205
0.9.0 (2018-07-28)
202
206
~~~~~~~~~~~~~~~~~~
@@ -208,7 +212,7 @@ Changelog
208
212
0.8.0 (2017-09-23)
209
213
~~~~~~~~~~~~~~~~~~
210
214
- 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 >`_
212
216
213
217
0.7.0 (2017-09-08)
214
218
~~~~~~~~~~~~~~~~~~
0 commit comments