mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-28 20:44:03 +03:00
change flag default for backwards compatibility
This commit is contained in:
parent
7814bc9761
commit
912399c12a
|
@ -5,7 +5,7 @@ from django.conf import settings
|
|||
try:
|
||||
skiptest = settings.SKIP_DJANGORESTFRAMEWORK_TESTS
|
||||
except:
|
||||
skiptest = True
|
||||
skiptest = False
|
||||
|
||||
if not skiptest:
|
||||
import os
|
||||
|
|
Loading…
Reference in New Issue
Block a user