Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: >>> import hypothesmith Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3.12/site-packages/hypothesmith/__init__.py", line 3, in <module> from hypothesmith.cst import from_node File "/usr/lib/python3.12/site-packages/hypothesmith/cst.py", line 24, in <module> from hypothesmith.syntactic import identifiers File "/usr/lib/python3.12/site-packages/hypothesmith/syntactic.py", line 12, in <module> from hypothesis.internal.charmap import _union_intervals ImportError: cannot import name '_union_intervals' from 'hypothesis.internal.charmap' (/usr/lib/python3.12/site-packages/hypothesis/internal/charmap.py) Version-Release number of selected component (if applicable): python3-hypothesis-6.96.1-1.fc40.noarch python3-hypothesmith-0.2.0-9.fc39.noarch How reproducible: always Steps to Reproduce: 1. mock -r fedora-rawhide-x86_64 install python3-hypothesmith 2. mock -r fedora-rawhide-x86_64 shell 3. python3 4. import hypothesmith
*** Bug 2261579 has been marked as a duplicate of this bug. ***