2021-10-26 19:24:44 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-asyncio: updated to 0.16.0
0.16.0
Add support for Python 3.10
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-04-22 14:06:38 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-asyncio: updated to 0.15.1
0.15.1 (2021-04-22)
Hotfix for errors while closing event loops while replacing them.
0.15.0 (2021-04-19)
Add support for Python 3.9
Abandon support for Python 3.5. If you still require support for Python 3.5, \
please use pytest-asyncio v0.14 or earlier.
Set unused_tcp_port_factory fixture scope to 'session'.
Properly close event loops when replacing them.
|
2020-07-06 17:43:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-asyncio: updated to 0.14.0
0.14.0:
Fix 162, and event_loop fixture behavior now is coherent on all scopes.
|
2020-05-16 16:00:48 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-asyncio: updated to 0.12.0
0.12.0:
Run the event loop fixture as soon as possible. This helps with fixtures that \
have an implicit dependency on the event loop.
0.11.0:
Test on 3.8, drop 3.3 and 3.4. Stick to 0.10 for these versions.
Use the new Pytest 5.4.0 Function API. We therefore depend on pytest >= 5.4.0.
Better pytest.skip support.
|
2019-05-02 11:18:28 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Forget about Python 3.5
|
2019-04-26 15:14:25 by Maya Rashish | Files touched by this commit (473) |
Log message:
Omit mentions of python 34 and 35, after those were removed.
- Includes some whitespace changes, to be handled in a separate commit.
|
2019-01-08 10:10:11 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-asyncio: updated to 0.10.0
0.10.0:
pytest-asyncio integrates with Hypothesis to support @given on async test \
functions using asyncio.
Pytest 4.1 support.
|
2018-08-05 12:19:16 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-test-asyncio: updated to 0.9.0
0.9.0:
Python 3.7 support.
Remove event_loop_process_pool fixture and pytest.mark.asyncio_process_pool marker.
|