From ca804bb5dcded02c31ad1d457069480ae47d7783 Mon Sep 17 00:00:00 2001 From: ajpotts Date: Thu, 11 Jul 2024 19:16:42 -0400 Subject: [PATCH] Closes #3405 deprecate tests/bitops_test.py (#3406) Co-authored-by: Amanda Potts --- pytest.ini | 1 - tests/{ => deprecated}/bitops_test.py | 0 2 files changed, 1 deletion(-) rename tests/{ => deprecated}/bitops_test.py (100%) diff --git a/pytest.ini b/pytest.ini index ab1795d7f3..bb7e76e362 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,7 +3,6 @@ filterwarnings = ignore:Version mismatch between client .* testpaths = tests/array_view_test.py - tests/bitops_test.py tests/check.py tests/client_test.py tests/coargsort_test.py diff --git a/tests/bitops_test.py b/tests/deprecated/bitops_test.py similarity index 100% rename from tests/bitops_test.py rename to tests/deprecated/bitops_test.py