diff --git a/pytest.ini b/pytest.ini index 04af4d6..5890c6f 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,4 @@ # content of pytest.ini [pytest] python_files = *.py -python_files_exclude = *ExperimentHost.py #Excluded because we get "ModuleNotFoundError: No module named 'pandas'" error on Github actions. \ No newline at end of file +python_files_exclude = *ExperimentHost.py* \ No newline at end of file