mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 20:51:58 +00:00
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:
5
setup.py
5
setup.py
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user