Skip to content

respdiff/repro: convert qids to list when sampling

Oto Šťáva requested to merge py311-sample into master

Fixes compatibility with Python >=3.11, where random.sample() no longer accepts non-sequence population.

See https://docs.python.org/3.11/library/random.html#random.sample.

Merge request reports