From f532daadb5973877951ea5a6fd35b795f90c22d5 Mon Sep 17 00:00:00 2001 From: ajpotts Date: Tue, 9 Jul 2024 18:44:26 -0400 Subject: [PATCH] Closes #3409 deprecate tests/client_dtypes_test.py (#3410) Co-authored-by: Amanda Potts --- pytest.ini | 1 - tests/{ => deprecated}/client_dtypes_test.py | 0 2 files changed, 1 deletion(-) rename tests/{ => deprecated}/client_dtypes_test.py (100%) diff --git a/pytest.ini b/pytest.ini index 9ffb75691b..80fa50bae9 100644 --- a/pytest.ini +++ b/pytest.ini @@ -5,7 +5,6 @@ testpaths = tests/array_view_test.py tests/bitops_test.py tests/check.py - tests/client_dtypes_test.py tests/client_test.py tests/coargsort_test.py tests/compare_test.py diff --git a/tests/client_dtypes_test.py b/tests/deprecated/client_dtypes_test.py similarity index 100% rename from tests/client_dtypes_test.py rename to tests/deprecated/client_dtypes_test.py