From ca4ec56d349c29a91f8239f2515822dc9b6a37bd Mon Sep 17 00:00:00 2001 From: ajpotts Date: Mon, 5 Aug 2024 18:12:45 -0400 Subject: [PATCH] Closes #3460 deprecate sort_test.py (#3619) Co-authored-by: Amanda Potts --- pytest.ini | 1 - tests/{ => deprecated}/sort_test.py | 0 2 files changed, 1 deletion(-) rename tests/{ => deprecated}/sort_test.py (100%) diff --git a/pytest.ini b/pytest.ini index 3b7251660d..ee27323b54 100644 --- a/pytest.ini +++ b/pytest.ini @@ -4,7 +4,6 @@ filterwarnings = testpaths = tests/coargsort_test.py tests/pdarray_creation_test.py - tests/sort_test.py tests/symbol_table_test.py norecursedirs = .git dist build *egg* tests/deprecated/* PROTO_test python_functions = test* diff --git a/tests/sort_test.py b/tests/deprecated/sort_test.py similarity index 100% rename from tests/sort_test.py rename to tests/deprecated/sort_test.py