Clean up and fix cleaning of pytest generate files
authorKarl O. Pinc <kop@meme.com>
Fri, 9 Nov 2018 03:26:36 +0000 (21:26 -0600)
committerKarl O. Pinc <kop@meme.com>
Fri, 9 Nov 2018 03:26:36 +0000 (21:26 -0600)
Makefile

index ea3ec10b0396fb6eceaecc5dac42d58595e3c882..ee8c9eefb329547a3ac9bac3a575c523a05cb549 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,8 @@ VIRTUALENV=virtualenv -p ${PYTHON_EXE}
 TARGETS =
 EXTRA_TARGETS = README.html
 SETUPTOOLS_STUFF = build dist src/pgwui_common.egg-info
-PYTEST_STUFF = .cache .pytest_cache tests/__pycache__ tests/.pytest_cache
+PYTEST_STUFF = .cache src/pytest_common/__pycache__ \
+            tests/__pycache__
 COVERAGE_STUFF = .coverage
 TOX_STUFF = .tox