chore(deps-dev): bump hypothesis from 6.82.7 to 6.87.0 #155
Triggered via pull request
September 25, 2023 21:48
Status
Failure
Total duration
3m 54s
Artifacts
–
Annotations
3 errors
tests:
tests/unit/test_all_of.py#L14
test_resolve_should_resolve_if_all_conjectures_resolves_truly
hypothesis.errors.Flaky: Hypothesis test_resolve_should_resolve_if_all_conjectures_resolves_truly(return_values=[False,
False,
True,
True,
True,
False,
True,
True,
True,
False,
True,
True,
True,
True,
True,
False]) produces unreliable results: Falsified on the first call but did not on a subsequent one
Falsifying example: test_resolve_should_resolve_if_all_conjectures_resolves_truly(
return_values=[False,
False,
True,
True,
True,
False,
True,
True,
True,
False,
True,
True,
True,
True,
True,
False],
)
Unreliable test timings! On an initial run, this test took 449.16ms, which exceeded the deadline of 200.00ms, but on a subsequent run it took 2.51 ms, which did not. If you expect this sort of variability in your test timings, consider turning deadlines off for this test by setting deadline=None.
You can reproduce this example by temporarily adding @reproduce_failure('6.87.0', b'AXicY2RgZGCEAAY2RkZWEIMNJgQRYGFkYAAABFkAPA==') as a decorator on your test case
|
tests:
tests/unit/test_instance_of.py#L1
[pylint] tests/unit/test_instance_of.py
E: 14,10: unsupported operand type(s) for | (unsupported-binary-operation)
|
tests
Process completed with exit code 2.
|