Skip to content

Commit

Permalink
Remove django-nose
Browse files Browse the repository at this point in the history
  • Loading branch information
whusterj committed Nov 9, 2024
1 parent f99e838 commit 6437639
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion {{cookiecutter.project_slug}}/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name = "pypi"
Django = "==4.2.*"
django-extensions = "==3.2.3"
django-filter = "==2.4.0"
django-nose = "==1.4.7"
dj-rest-auth = "*"
dj-database-url = "==0.5.0"
django-storages = "==1.11.1" # https://github.com/jschneier/django-storages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
# Third Party
"corsheaders",
"drf_spectacular",
"django_nose",
"rest_framework",
"rest_framework.authtoken",
"dj_rest_auth",
Expand Down Expand Up @@ -389,9 +388,6 @@ def filter(self, record):
LOGGING["loggers"]["django"]["handlers"].append("rollbar")
LOGGING["loggers"]["{{ cookiecutter.project_slug }}"]["handlers"].append("rollbar")

# Popular testing framework that allows logging to stdout while running unit tests
TEST_RUNNER = "django_nose.NoseTestSuiteRunner"

SWAGGER_SETTINGS = {
"LOGIN_URL": "/login",
"USE_SESSION_AUTH": False,
Expand Down

0 comments on commit 6437639

Please sign in to comment.