Page MenuHomeSoftware Heritage

Make tests compatible with hypothesis 6
Closed, MigratedEdits Locked

Description

hypothesis 6 breaks some tests that uses both pytest fixtures and hypothesis generative tests (using @given for example).

See https://hypothesis.readthedocs.io/en/latest/healthchecks.html

hypothesis is used in (not checked if it is broken in each of these):

  • swh-core
  • swh-indexer
  • swh-journal
  • swh-model
  • swh-scheduler
  • swh-storage
  • swh-web

Event Timeline

douardda triaged this task as Normal priority.Jan 13 2021, 11:04 AM
douardda created this task.
anlambert claimed this task.
anlambert added a subscriber: anlambert.

Fixed by D5182 and D5183, closing this as resolved.