Skip to content

Commit be1989c

Browse files
committed
fixup! Add testing extras_require, and move six to it
1 parent df0674b commit be1989c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pytest_django/plugin.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ def find_django_path(args):
135135
if project_dir:
136136
sys.path.insert(0, str(project_dir))
137137
return PROJECT_FOUND % project_dir
138-
else:
139-
return PROJECT_NOT_FOUND
138+
return PROJECT_NOT_FOUND
140139

141140

142141
def _setup_django():

0 commit comments

Comments
 (0)