Package: pyhamcrest / 2.1.0-3

Metadata

Package Version Patches format
pyhamcrest 2.1.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable failing tests.patch | (download)

tests/hamcrest_unit_test/collection/issequence_containinginanyorder_test.py | 1 1 + 0 - 0 !
tests/hamcrest_unit_test/core/future_test.py | 1 1 + 0 - 0 !
tests/hamcrest_unit_test/core/raises_test.py | 1 1 + 0 - 0 !
3 files changed, 3 insertions(+)

 disable 3 failing tests

It looks like that before the test were not run at all...

py314 asyncio.patch | (download)

tests/hamcrest_unit_test/core/future_test.py | 24 12 + 12 - 0 !
1 file changed, 12 insertions(+), 12 deletions(-)

 use `asyncio.new_event_loop` in tests for compatibility with python
 3.14