From 8a1c3d203b2e5bfe9a601d221b01e4bd442af0a0 Mon Sep 17 00:00:00 2001 From: Simon Lin Date: Wed, 3 Apr 2024 00:07:57 +1100 Subject: [PATCH] rename test --- py-polars/tests/unit/io/test_lazy_parquet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-polars/tests/unit/io/test_lazy_parquet.py b/py-polars/tests/unit/io/test_lazy_parquet.py index fda0ca50527c..bbe437195446 100644 --- a/py-polars/tests/unit/io/test_lazy_parquet.py +++ b/py-polars/tests/unit/io/test_lazy_parquet.py @@ -410,7 +410,7 @@ def test_nested_slice_12480(tmp_path: Path) -> None: @pytest.mark.write_disk() -def test_scan_deadlock_rayon_nested_spawn_15172( +def test_scan_deadlock_rayon_spawn_from_async_15172( monkeypatch: Any, tmp_path: Path ) -> None: from threading import Thread