From 6acd4d7e7baeb05dbcab10b94fdd2f7fa5cfe05b Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Wed, 20 Mar 2024 23:35:35 -0400 Subject: [PATCH] TST: try to restrict what files are considered for test sources Do not want pytest to try and import files with optional dependencies --- pytest.ini | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 000000000..73e8ff53b --- /dev/null +++ b/pytest.ini @@ -0,0 +1,3 @@ +[pytest] + +python_files = test_*.py