From a71a2ab77f79ec3f0d75c29134ddcddc03a1c03d Mon Sep 17 00:00:00 2001 From: Amanda Potts Date: Fri, 31 May 2024 12:33:45 -0400 Subject: [PATCH] Closes #3261 deprecate tests/numpy --- pytest.ini | 1 - tests/numpy/numpy_test.py | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 tests/numpy/numpy_test.py diff --git a/pytest.ini b/pytest.ini index 5e77a6a59d..bcd08adba5 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,7 +2,6 @@ filterwarnings = ignore:Version mismatch between client .* testpaths = - tests/numpy/numpy_test.py tests/alignment_tests.py tests/array_view_test.py tests/bitops_test.py diff --git a/tests/numpy/numpy_test.py b/tests/numpy/numpy_test.py deleted file mode 100644 index f9aea2e09a..0000000000 --- a/tests/numpy/numpy_test.py +++ /dev/null @@ -1,6 +0,0 @@ -from base_test import ArkoudaTest - - -class StatsTest(ArkoudaTest): - def setUp(self): - ArkoudaTest.setUp(self)