summaryrefslogtreecommitdiffstats
path: root/python/tests/harvest_state.py
Commit message (Collapse)AuthorAgeFilesLines
* HACK: try to squelch pylint in CIBryan Newbold2020-05-261-2/+2
| | | | | | | | | | | | | | | | | Gitlab CI is showing lint errors like: =================================== FAILURES =================================== 6316 _______________________ [pylint] tests/harvest_state.py ________________________ 6317 E: 19,11: hs.next is not callable (not-callable) 6318 E: 33,11: hs.next is not callable (not-callable) 6319 E: 19,11: hs.next is not callable (not-callable) [...] this is confusing as we use pipenv with a lock, so I should see the exact same errors locally. This commit is a hack to try and fix this and unbreak builds until we can debug further.
* Indentity is not the same this as equality in PythonChristian Clauss2020-05-141-5/+5
|
* better DOI registrar harvestersBryan Newbold2018-11-191-0/+40