Преглед изворни кода

Remove hard-coded test runner

Jeremy Stretch пре 2 година
родитељ
комит
a4c9cbc6dd
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      netbox/netbox/settings.py

+ 0 - 2
netbox/netbox/settings.py

@@ -461,8 +461,6 @@ LOGIN_REDIRECT_URL = f'/{BASE_PATH}'
 
 DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
 
-TEST_RUNNER = "django_rich.test.RichRunner"
-
 # Exclude potentially sensitive models from wildcard view exemption. These may still be exempted
 # by specifying the model individually in the EXEMPT_VIEW_PERMISSIONS configuration parameter.
 EXEMPT_EXCLUDE_MODELS = (