global(module): refactor tests and ci

modified run-test.sh to newer invenio-pytest commands- which will now also run the tests written /test directory.
* removed docker-service-cli version restriction
* bump Sphinx version
*added missing imports (tests)
This commit is contained in:
Mojib Wali
2020-12-21 15:28:06 +01:00
committed by GitHub
parent 4ce5bc6043
commit 0a0ae05331
3 changed files with 25 additions and 8 deletions

View File

@@ -18,13 +18,12 @@ history = open("CHANGES.rst").read()
tests_require = [
"pytest-invenio>=1.4.0",
'invenio-app>=1.3.0,<2.0.0',
# TODO: remove once a new release is out
'docker-services-cli>=0.2.1,<0.3.0'
"psycopg2-binary>=2.8.6",
]
extras_require = {
"docs": [
"Sphinx>=1.5.1",
"Sphinx>=3",
],
"mysql": [
"invenio-db[mysql]>=1.0.0",