- Add `entrypoints` fixture to allow injecting extra entry points during testing so that you avoid manual registration of e.g. mappings and schemas.
1.3.3
- Add `docker-services-cli` as dependency to enable Invenio modules to perform reproducible tests.
1.3.2
- Move check-manifest, coverage, isort, pydocstyle, pytest-flask and pytest-pep8 from test to install requirements to provide them as centrally managed dependencies.
1.3.1
- Uninstalls numpy in Travis due to incompatibilities with elasticsearch-py.
1.3.0
- Removes support for Python 2.7.
1.2.2
- Uninstalls numpy in Travis due to incompatibilities with elasticsearch-py. - Deprecated Python versions lower than 3.6.0. Now supporting 3.6.0. - Set maximum version of Werkzeug to 1.0.0 due to incompatible imports. - Set maximum version of Flask to 1.1.0 due to incompatible imports. - Set maximum version of Pytest-Flask to 1.0.0 due to breaking changes. - Set minimum version of Invenio-Search to 1.2.3 and maximum to 1.3.0.