diff --git a/.gitignore b/.gitignore index d65fb6e8ba22216008f28c7ec069969324e50e33..df483879638dceb1e84c209c4567fae6286e9f52 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,4 @@ wheels/ # Cache -.mypy_cache/ \ No newline at end of file +.mypy_cache/ diff --git a/opentech/apply/tests.py b/opentech/apply/tests.py index 7ce503c2dd97ba78597f6ff6e4393132753573f6..a79ca8be565f44aacce95bad20c1ee34d175ed20 100644 --- a/opentech/apply/tests.py +++ b/opentech/apply/tests.py @@ -1,3 +1,3 @@ -from django.test import TestCase +# from django.test import TestCase # Create your tests here. diff --git a/setup.cfg b/setup.cfg index c7668a93f5e1106767cc00f0f8981eabb729e1c4..c6e0c156292251fb1e830d6de120b0fb0ad45a29 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,4 +11,4 @@ ignore_errors = False [flake8] ignore=E501,F405 -exclude=*/migrations/* \ No newline at end of file +exclude=*/migrations/*