diff --git a/Makefile b/Makefile index 1bf10792..cc4c60bd 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ python.clean: ## Removes generated Python bytecode files find devsite -type f -name "*.pyc" -exec rm -f {} \; find mocks -type f -name "*.pyc" -exec rm -f {} \; find tests -type d -name __pycache__ -exec rm -r {} \+ + find figures -type d -name __pycache__ -exec rm -r {} \+ find devsite -type d -name __pycache__ -exec rm -r {} \+ find mocks -type d -name __pycache__ -exec rm -r {} \+ diff --git a/devsite/requirements/hawthorn_multisite.txt b/devsite/requirements/hawthorn_multisite.txt index 396aa350..7bffaca0 100644 --- a/devsite/requirements/hawthorn_multisite.txt +++ b/devsite/requirements/hawthorn_multisite.txt @@ -71,7 +71,7 @@ django-debug-toolbar==1.11 coverage==4.5.4 factory-boy==2.5.1 flake8==3.7.9 -pylint==1.9.5 +pylint==1.9.4 # Because "No matching distribution found for pylint==1.9.5" pylint-django==0.11.1 pytest==3.6.2 pytest-django==3.1.2