From 56d934527678ddedb124b5760dfadbd2d1a7db5d Mon Sep 17 00:00:00 2001 From: Amanda Potts Date: Fri, 20 Sep 2024 12:37:20 -0400 Subject: [PATCH] debug CI --- pytest.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pytest.ini b/pytest.ini index 5b9e8dbba..67a9aadc7 100644 --- a/pytest.ini +++ b/pytest.ini @@ -30,11 +30,11 @@ testpaths = # tests/io_test.py # tests/io_util_test.py # tests/join_test.py -# tests/logger_test.py -# tests/message_test.py -# tests/numpy/dtypes_test.py -# tests/numpy/numeric_test.py -# tests/numpy/numpy_test.py + tests/logger_test.py + tests/message_test.py + tests/numpy/dtypes_test.py + tests/numpy/numeric_test.py + tests/numpy/numpy_test.py tests/operator_test.py tests/pdarray_creation_test.py tests/pdarrayclass_test.py