From 167fc361396634633fe9174305ac311b55bbdb00 Mon Sep 17 00:00:00 2001 From: ajpotts Date: Fri, 26 Jul 2024 17:45:32 -0400 Subject: [PATCH] Closes #3465 deprecate util_test.py (#3592) Co-authored-by: Amanda Potts --- pytest.ini | 1 - tests/{ => deprecated}/util_test.py | 0 2 files changed, 1 deletion(-) rename tests/{ => deprecated}/util_test.py (100%) diff --git a/pytest.ini b/pytest.ini index e21f6307bf..323c1e1e5b 100644 --- a/pytest.ini +++ b/pytest.ini @@ -14,7 +14,6 @@ testpaths = tests/sort_test.py tests/string_test.py tests/symbol_table_test.py - tests/util_test.py tests/where_test.py norecursedirs = .git dist build *egg* tests/deprecated/* PROTO_test python_functions = test* diff --git a/tests/util_test.py b/tests/deprecated/util_test.py similarity index 100% rename from tests/util_test.py rename to tests/deprecated/util_test.py