Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: sconsUtils
-
Labels:
Description
When I run scons --clean and then scons, pytest doesn't always run all the tests. I have to manually delete the .cache/ directory. scons --clean should remove the pytest .cache/ directory, so that pytest always runs all tests after scons has cleaned up.
Attachments
Issue Links
- is triggering
-
DM-14589 Remove .cache from list of clean targets after pytest upgrade
- Done
Heads-up that in pytest. 3.4.0 the .cache directory is being renamed to .pytest_cache, so be sure to cover both names.