File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1919tests_require = [
2020 'Flask-Login>=0.3.2' ,
2121 'invenio-config>=1.0.2' ,
22- 'invenio-db[all]>=1.0.8 ' ,
22+ 'invenio-db[all]>=1.0.9 ' ,
2323 'pytest-invenio>=1.4.0' ,
2424]
2525
26- invenio_search_version = '1.2.0 '
26+ invenio_search_version = '1.4.2 '
2727
2828extras_require = {
2929 'elasticsearch5' : [
3636 'invenio-search[elasticsearch7]>={}' .format (invenio_search_version ),
3737 ],
3838 'citeproc' : [
39- 'citeproc-py>=0.5.1 ' ,
40- 'citeproc-py-styles>=0.1.2 ' ,
39+ 'citeproc-py>=0.6.0 ' ,
40+ 'citeproc-py-styles>=0.1.3 ' ,
4141 ],
4242 'datacite' : [
4343 'datacite>=1.0.1' ,
4444 ],
4545 'docs' : [
46- 'Sphinx>=3.3.1 ' ,
46+ 'Sphinx>=4.2.0 ' ,
4747 ],
4848 'dublincore' : [
4949 'dcxml>=0.1.2' ,
6868install_requires = [
6969 'bleach>=2.1.3' ,
7070 'ftfy>=4.4.3' ,
71- 'invenio-base>=1.2.3 ' ,
71+ 'invenio-base>=1.2.5 ' ,
7272 'invenio-pidstore>=1.2.1' ,
73- 'invenio-records>=1.4 .0' ,
74- 'invenio-rest>=1.2.3 ' ,
73+ 'invenio-records>=1.6 .0' ,
74+ 'invenio-rest>=1.2.4 ' ,
7575 'invenio-indexer>=1.2.0' ,
7676 'invenio-i18n>=1.3.0' ,
7777]
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ def test_serialize():
5858 data = serializer .serialize (pid , record )
5959 assert 'Citeproc test' in data
6060 assert 'Doe, J.' in data
61- assert '& Smith, J.' in data
62- assert '2016. ' in data
61+ assert 'and Smith, J.' in data
62+ assert '( 2016) ' in data
6363
6464
6565def test_serializer_args ():
You can’t perform that action at this time.
0 commit comments