Skip to content

Commit

Permalink
Merge pull request #514 from OP-TED/feature/TED4-89
Browse files Browse the repository at this point in the history
update RMLMapper version
  • Loading branch information
CaptainOfHacks authored Jan 19, 2024
2 parents 9a6a39a + a83824a commit 92c34d0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 58 deletions.
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ pytest-subtests~=0.6.0
tox~=3.24.5
tox-pytest-summary~=0.1.2
mongomock==4.1.2
uvicorn[standard]
uvicorn[standard]==0.24.0
allure-pytest-bdd==2.10.0
pycurl~=7.45.2
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ ordered-set~=4.0.2
json2html~=1.3.0
minio~=7.1.1
certifi~=2022.12.7
shortuuid~=1.0.11
shortuuid~=1.0.11
pendulum~=2.1.2
35 changes: 0 additions & 35 deletions ted_sws/mapping_suite_processor/adapters/yarrrml2rml_converter.py

This file was deleted.

20 changes: 0 additions & 20 deletions tests/e2e/mapping_suite_processor/test_yarrrml2rml_converter.py

This file was deleted.

3 changes: 2 additions & 1 deletion tests/features/notice_publisher/test_notice_publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def the_notice_publication_by_id_is_executed(publish_notice_id, notice_repositor
def the_mets_package_available_in_a_shared_sftp_drive(published_notice: Notice, sftp_remote_folder_path):
"""the METS package available in a shared SFTP drive."""
publisher: SFTPPublisher = SFTPPublisher()
remote_notice_path = f"{sftp_remote_folder_path}/{published_notice.ted_id}.zip"
assert published_notice.mets_manifestation
remote_notice_path = f"{sftp_remote_folder_path}/{published_notice.mets_manifestation.package_name}"
publisher.connect()
assert publisher.exists(remote_path=remote_notice_path)
publisher.disconnect()
Expand Down

0 comments on commit 92c34d0

Please sign in to comment.