Skip to content

Commit

Permalink
Add test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
cc-a committed Mar 13, 2024
1 parent a3b2aeb commit 02a732e
Show file tree
Hide file tree
Showing 4 changed files with 1,685 additions and 1,142 deletions.
8 changes: 8 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ verify_ssl = true
[dev-packages]
check-manifest = ">=0.25"
pre-commit = "*"
pytest-invenio = "*"

[packages]
invenio-app-rdm = {extras = ["postgresql", "opensearch2"], version = "~=11.0.0"}
Expand All @@ -15,6 +16,13 @@ invenio-saml = {}
uwsgi = ">=2.0"
uwsgitop = ">=0.11"
uwsgi-tools = ">=1.1.1"
# Pin sqlalchemy-continuum version for compatibility with pytest-invenio.
# sqlalchemy-continuum==1.4 implicitly assumes sqlalchemy>=2 but does not specify this
# constraint. The database fixture of the version of pytest-invenio in use uses an api
# deprecated in sqlalchemy==2. sqlalchemy-continuum==1.4 assumes use of the
# sqlalchemy==2 version of the api which causes an issue.
# Reported via https://github.com/kvesteri/sqlalchemy-continuum/issues/351
sqlalchemy-continuum = "<1.4"

[requires]
python_version = "3.9"
Expand Down
Loading

0 comments on commit 02a732e

Please sign in to comment.