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
It seems that pytest will use the monkey_patch_sys_paths fixture if anything is imported from circuitpython_mocks package (from the test module). It might be better to move this fixture into a submodule instead of residing in the package's root.