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

index b621fd8a6c5441c75c1e80ef3309084012a02901..b9253ff0f90cf8d4212f6939ed63370a01910fe1 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_server.egg-info
-PYTEST_STUFF = .cache .pytest_cache tests/__pycache__ tests/.pytest_cache
+PYTEST_STUFF = .cache src/pgwui_server/__pycache__ \
+            tests/__pycache__
 COVERAGE_STUFF = .coverage
 TOX_STUFF = .tox