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
Ever since switching to use py.test, the test files are being cached. Possibly because pytest is using import to load and run the tests with? Here's the related Pytest issue.
If it can be fixed there, we can continue on. If not, we'll have to go back to using the shell=True approach or see what else we can do to be sure arguments are quoted properly in a cross-platform way.
The text was updated successfully, but these errors were encountered:
Ever since switching to use
py.test
, the test files are being cached. Possibly because pytest is usingimport
to load and run the tests with? Here's the related Pytest issue.If it can be fixed there, we can continue on. If not, we'll have to go back to using the
shell=True
approach or see what else we can do to be sure arguments are quoted properly in a cross-platform way.The text was updated successfully, but these errors were encountered: