diff --git a/pytest.ini b/pytest.ini index ef7bdf4c94..d7e49b2573 100644 --- a/pytest.ini +++ b/pytest.ini @@ -12,7 +12,6 @@ testpaths = tests/pdarray_creation_test.py tests/random_test.py tests/regex_test.py - tests/security_test.py tests/segarray_test.py tests/setops_test.py tests/sort_test.py diff --git a/tests/security_test.py b/tests/deprecated/security_test.py similarity index 100% rename from tests/security_test.py rename to tests/deprecated/security_test.py