Skip to content

Commit

Permalink
build: bump TRS API specs (#109)
Browse files Browse the repository at this point in the history
* Add and update latest specs

* upgrade FOCA version

* upgrade TRS-Filer version
  • Loading branch information
kushagra189 authored Aug 15, 2023
1 parent d9f098f commit 2c7aef7
Show file tree
Hide file tree
Showing 6 changed files with 826 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
foca==0.12.0
gunicorn>=20.1.0,<21
foca==0.12.1
gunicorn>=20.1.0,<21
2 changes: 1 addition & 1 deletion tests/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_get_tools_with_params_success():
"id": "",
"alias": "",
"toolClass": "",
"descriptorType": "",
"descriptorType": "CWL",
"registry": "",
"organization": "",
"name": "",
Expand Down
3 changes: 3 additions & 0 deletions tests/test_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""Tests for `version.py` module."""

from trs_filer.version import __version__ # noqa: F401
Loading

0 comments on commit 2c7aef7

Please sign in to comment.