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
@aperezdx I believe that error is for the module code itself: some function used in the source code has been deprecated and replaced by another function. You should still be able to run verify on your project file(s) and get test results.
Every time I try to run
verify
I get this:DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead
The text was updated successfully, but these errors were encountered: