Skip to content

Commit

Permalink
tests: SEARCH_AUTOINDEX removal
Browse files Browse the repository at this point in the history
* Removes obsolete configuration.
  (see inveniosoftware/invenio-search@cc05a96062370565085bb)

Signed-off-by: Leonardo Rossi <leonardo.r@cern.ch>
  • Loading branch information
Leonardo Rossi committed Feb 9, 2016
1 parent 9174ff2 commit 439ffb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
install_requires = [
'celery>=3.1.19',
'invenio-records>=1.0.0a8',
'invenio-search>=1.0.0a3',
'invenio-search>=1.0.0a4',
]

packages = find_packages()
Expand Down
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def app(request):
'SQLALCHEMY_DATABASE_URI', 'sqlite:///test.db'),
SQLALCHEMY_TRACK_MODIFICATIONS=True,
TESTING=True,
SEARCH_AUTOINDEX=[],
)
FlaskCLI(app)
FlaskCeleryExt(app)
Expand Down

0 comments on commit 439ffb7

Please sign in to comment.