SpectralSequences / sseq

The root repository for the SpectralSequences project.
Apache License 2.0
25 stars 10 forks source link

CI involving `chart` now fails #173

Open JoeyBF opened 1 day ago

JoeyBF commented 1 day ago

I believe it may be related to a breaking change in Hypothesis. I'm wondering if it's worth taking the time to track down the issue. Other options would be to remove this particular CI workflow, or removing chart entirely. See also #166

hoodmane commented 7 hours ago

Hypothesis 6.112.5 was released three hours ago with a changelog entry saying:

This release fixes a regression where :class:`hypothesis.stateful.Bundle` did not work properly
with :ref:`flatmap <flatmap>` functionality (:issue:`4128`).

I think that might be our bug so if we just wait a bit it may go away.