We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb6358 commit f2c8dd7Copy full SHA for f2c8dd7
tests/v1_test.py
@@ -396,7 +396,7 @@ def test_with_row_index(constructor: Constructor) -> None:
396
397
frame = nw_v1.from_native(constructor(data))
398
399
- msg = r".*argument after \* must be an iterable, not NoneType$"
+ msg = r"argument after \* must be an iterable, not NoneType|has no len"
400
context = (
401
pytest.raises(TypeError, match=msg)
402
if any(x in str(constructor) for x in ("duckdb", "pyspark"))
0 commit comments