disable just this health check, add HealthCheck.too_slow to the suppress_health_check settings for this test. tests/test_pwhash.py:408: FailedHealthCheck ---------------------------------- Hypothesis ---------------------------------- You can add @seed(290361860389222530529045766779800715458) to this test or run pytest with --hypothesis-seed=290361860389222530529045766779800715458 to reproduce this failure. _________________________ test_argon2id_str_and_verify _________________________ @given(text(alphabet=PASSWD_CHARS, min_size=5, max_size=20), > integers(min_value=1, max_value=4), integers(min_value=1024 * 1024, max_value=16 * 1024 * 1024) ) @settings(deadline=None, max_examples=20, timeout=unlimited) def test_argon2id_str_and_verify(password, ops, mem): E FailedHealthCheck: Data generation is extremely slow: Only produced 6 valid examples in 1.01 seconds (0 invalid ones and 0 exceeded maximum size). Try decreasing size of the data you're generating (with e.g.max_size or max_leaves parameters). E See https://hypothesis.readthedocs.io/en/latest/healthchecks.html for more information about this. If you want to disable just this health check, add HealthCheck.too_slow to the suppress_health_check settings for this test. tests/test_pwhash.py:422: FailedHealthCheck ---------------------------------- Hypothesis ---------------------------------- You can add @seed(339878799072359887468924016968309653811) to this test or run pytest with --hypothesis-seed=339878799072359887468924016968309653811 to reproduce this failure. _______________________ test_argon2i_str_and_verify_fail _______________________ @given(text(alphabet=PASSWD_CHARS, min_size=5, max_size=20), > integers(min_value=4, max_value=6), integers(min_value=1024 * 1024, max_value=16 * 1024 * 1024) ) @settings(deadline=None, max_examples=20, timeout=unlimited) def test_argon2i_str_and_verify_fail(password, ops, mem): E FailedHealthCheck: Data generation is extremely slow: Only produced 6 valid examples in 1.13 seconds (0 invalid ones and 0 exceeded maximum size). Try decreasing size of the data you're generating (with e.g.max_size or max_leaves parameters). BUILDSTDERR: E See https://hypothesis.readthedocs.io/en/latest/healthchecks.html for more information abouterror: Bad exit status from /var/tmp/rpm-tmp.cW88VF (%check) this. If you want to disable just this health check, add HealthCheck.too_slow to the suppress_health_check settings for this test. tests/test_pwhash.py:436: FailedHealthCheck ---------------------------------- Hypothesis ---------------------------------- You can add @seed(200586287313915726665620832908016786937) to this test or run pytest with --hypothesis-seed=200586287313915726665620832908016786937 to reproduce this failure. =============================== warnings summary =============================== /usr/lib/python2.7/site-packages/hypothesis/_settings.py:193 /usr/lib/python2.7/site-packages/hypothesis/_settings.py:193: HypothesisDeprecationWarning: The timeout setting can safely be removed with no effect. verbosity=self.verbosity, -- Docs: https://docs.pytest.org/en/latest/warnings.html ======= 6 failed, 4605 passed, 7 skipped, 1 warnings in 3155.51 seconds ======== RPM build errors: BUILDSTDERR: Bad exit status from /var/tmp/rpm-tmp.cW88VF (%check) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/mockbuild/trace_decorator.py", line 96, in trace result = func(*args, **kw) File "/usr/lib/python3.7/site-packages/mockbuild/util.py", line 700, in do raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-pynacl.spec