You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pytest is very slow to start, even for very simple tests (>5 seconds on my laptop). Very hard to debug with this slow response.
After investigation, it is the same issue as realized recently with general.py (#681): any including of ctapipe means that tools slow down due to a large number of slow imports.
I suggest to consider removing the following two fixtures from conftest.py:
pytest is very slow to start, even for very simple tests (>5 seconds on my laptop). Very hard to debug with this slow response.
After investigation, it is the same issue as realized recently with general.py (#681): any including of ctapipe means that tools slow down due to a large number of slow imports.
I suggest to consider removing the following two fixtures from conftest.py:
Victor, is this possible without a huge amount of work?
I will also investigate with ctapipe developers if this is a feature or an issue.
The text was updated successfully, but these errors were encountered: