Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933987 - dev-python/sympy-1.12.1 fails tests: ImportError: hypothesis is a required dependency to run the SymPy test suite. Install it with 'pip install hypothesis' or 'conda install -c conda-forge hypothesis'
Summary: dev-python/sympy-1.12.1 fails tests: ImportError: hypothesis is a required de...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Andrey Grozin
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-06-10 04:42 UTC by matoro
Modified: 2024-06-10 13:07 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log and emerge --info (file_933987.txt,897.51 KB, text/plain)
2024-06-10 04:42 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2024-06-10 04:42:02 UTC
Created attachment 895490 [details]
build.log and emerge --info

Log from amd64 to demonstrate is all-arch problem.

 * Starting Xvfb ...
 * Xvfb started on DISPLAY=:0
 * python3_12: running distutils-r1_run_phase python_test
python3.12 -m pytest -vv -ra -l -Wdefault -Werror::pytest.PytestUnhandledCoroutineWarning --color=yes -o console_output_style=count -o tmp_path_retention_count=0 -o tmp_path_retention_policy=failed -p xdist -n 8 --dist=worksteal --deselect sympy/parsing/tests/test_autolev.py --deselect sympy/parsing/tests/test_latex.py --deselect sympy/parsing/tests/test_c_parser.py --deselect sympy/solvers/ode/tests/test_systems.py::test_linear_3eq_order1_type4_long_check --deselect sympy/solvers/ode/tests/test_systems.py::test_linear_3eq_order1_type4_long_dsolve_dotprodsimp --deselect sympy/solvers/ode/tests/test_systems.py::test_linear_new_order1_type2_de_lorentz_slow_check --deselect sympy/integrals/tests/test_failing_integrals.py::test_issue_15227 --deselect sympy/matrices/tests/test_matrices.py::test_pinv_rank_deficient_when_diagonalization_fails --deselect sympy/solvers/ode/tests/test_systems.py::test_nonlinear_3eq_order1_type1 --deselect sympy/solvers/ode/tests/test_systems.py::test_nonlinear_3eq_order1_type3 --deselect sympy/solvers/tests/test_simplex.py::test_lp --veryquickcheck
ImportError while loading conftest '/var/tmp/portage/dev-python/sympy-1.12.1/work/sympy-1.12.1/sympy/conftest.py'.
sympy/conftest.py:18: in <module>
    raise ImportError(
E   ImportError: hypothesis is a required dependency to run the SymPy test suite. Install it with 'pip install hypothesis' or 'conda install -c conda-forge hypothesis'
Comment 1 Larry the Git Cow gentoo-dev 2024-06-10 13:07:58 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2045a29334de2f23e95fd3a83417f564d6b95ec9

commit 2045a29334de2f23e95fd3a83417f564d6b95ec9
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-06-10 13:03:22 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-06-10 13:03:22 +0000

    dev-python/sympy: Add missing dep on hypothesis
    
    Closes: https://bugs.gentoo.org/933987
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/sympy/sympy-1.12.1.ebuild | 5 +++++
 1 file changed, 5 insertions(+)