tests: remove unused imports

This commit is contained in:
Benjamin Dauvergne 2017-02-28 23:36:38 +01:00
parent 6fc83aaaf5
commit 76ddee1411
2 changed files with 2 additions and 5 deletions

View File

@ -1,10 +1,6 @@
# -*- coding: utf-8 -*-
from zoo.models import EntitySchema, Entity
from zoo.zoo_data.search import JSONTextRef
from django.contrib.postgres.search import TrigramDistance
from django.db.models import F
def test_new_schema(db):

View File

@ -18,6 +18,7 @@ usedevelop =
coverage: True
nocoverage: False
deps =
pytest-flakes
pg: psycopg2
coverage
pytest-cov
@ -36,4 +37,4 @@ deps =
pytz
faker
commands =
py.test {env:FAST:} {env:COVERAGE:} {posargs:tests/}
py.test {env:FAST:} {env:COVERAGE:} {posargs:--flakes tests/}