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
fixes#21397. The issue
came from the setup of running a script that then runs pytest which is
different then pytest discovery which runs pytest as a module. The run
script didn't work since the script did not insert the cwd into the path
like what is done when running a module. This change inserts the cwd.
0 commit comments