Revision 758eb885d38fb3fd51871b5171d3056b0ac8ae27 authored by Valentin Lorentz on 19 February 2021, 09:29:03 UTC, committed by Valentin Lorentz on 19 February 2021, 09:48:42 UTC
Depending on the order in which tests are run, these tests may insert
lambdas with mocked blake2 functions in their closure to be inserted in
hashutil._blake2_hash_cache; causing all future tests to fail.

While this does not happen with the default order of tests, it does when
using pytest-xdist.
1 parent 0c16581
Raw File
requirements.txt
# Add here external Python modules dependencies, one per line. Module names
# should match https://pypi.python.org/pypi names. For the full spec or
# dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html
attrs
attrs_strict >= 0.0.7
deprecated
hypothesis
iso8601
python-dateutil
typing_extensions

back to top