| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Pytest 9.1 no longer accepts non-Collection iterables in parametrize. Wrap generator functions and itertools.product calls with list(). Also deduplicate the parametrize values in testLegacyQuoteAttribute. The character list had 6 duplicates between the "spec" prefix and the extended character ranges. With --strict (set in pytest.ini), pytest 9.1 enforces unique parametrization IDs and rejects them. Assisted-by: Claude Opus 4.6
| Back | FazBrowse Home | New Git URL |
Pytest 9.1 no longer accepts non-Collection iterables in parametrize. Wrap generator functions and itertools.product calls with list(). Also deduplicate the parametrize values in testLegacyQuoteAttribute. The character list had 6 duplicates between the "spec" prefix and the extended character ranges. With --strict (set in pytest.ini), pytest 9.1 enforces unique parametrization IDs and rejects them.
Assisted-by: Claude Opus 4.6