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
When using Windows, pytest gets stuck on this test, and it remains stuck till I dont manually abort the command. @viswavi speculates that maybe Tevatron doesn't support windows - I havent personally debugged around much
The text was updated successfully, but these errors were encountered:
Also there are issues running this test as well: test_retrieve_dataset_dict_when_search_index_exists() because temporary_files in windows cannot be opened again: https://stackoverflow.com/questions/23212435/permission-denied-to-write-to-my-temporary-file
Resolving this could be as simple as adding "delete=False" into the NamedTemporaryFile function, but it comes with the tradeoff that these temporary files would then need to be manually deleted.
When using Windows, pytest gets stuck on this test, and it remains stuck till I dont manually abort the command. @viswavi speculates that maybe Tevatron doesn't support windows - I havent personally debugged around much
The text was updated successfully, but these errors were encountered: