chore(deps-dev): bump pylint from 2.17.4 to 3.0.0 #156
Annotations
3 errors
tests/unit/test_equal_to.py#L1
[pylint] tests/unit/test_equal_to.py
E: 14,10: unsupported operand type(s) for | (unsupported-binary-operation)
|
tests/unit/test_prefixed_with.py#L38
test_should_not_match_other_bytes
hypothesis.errors.Flaky: Hypothesis test_should_not_match_other_bytes(value=b'\x89', other=b'\x01') produces unreliable results: Falsified on the first call but did not on a subsequent one
Falsifying example: test_should_not_match_other_bytes(
value=b'\x89',
other=b'\x01',
)
Unreliable test timings! On an initial run, this test took 490.26ms, which exceeded the deadline of 200.00ms, but on a subsequent run it took 0.11 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.82.7', b'AAEYiQABAAEA') as a decorator on your test case
|
|
The logs for this run have expired and are no longer available.
Loading