Skip to content

Commit

Permalink
wip: Temporarily upgrade to flatten-tool branch commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb committed Aug 22, 2024
1 parent c03e994 commit a71a0aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cove_iati/tests_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ def check_url_input_result_page(server_url, browser, httpserver, source_filename
if source_filename == 'namespace_good.xlsx':
converted_file = browser.find_element(By.LINK_TEXT, "XML (Converted from Original)").get_attribute("href")
assert requests.get(converted_file).text == '''<?xml version='1.0' encoding='utf-8'?>
<iati-activities>
<iati-activities xmlns:myns="http://example.org">
<!--Data generated by IATI CoVE. Built by Open Data Services Co-operative: http://iati.cove.opendataservices.coop/-->
<iati-activity xmlns:myns="http://example.org" myns:test2="3">
<iati-activity myns:test2="3">
<myns:test>1</myns:test>
<test2>2</test2>
</iati-activity>
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django>4.2,<4.3
#^^ rq.filter: <1.12
flattentool>=0.17.2
flattentool @ git+https://github.com/OpenDataServices/flatten-tool.git@5f5c6dc7882c6894d74fd7ee660f8a7d0b61565a
libcove
libcoveweb
django-bootstrap3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ django-environ==0.11.2
# via -r requirements.in
et-xmlfile==1.1.0
# via openpyxl
flattentool==0.25.0
flattentool @ git+https://github.com/OpenDataServices/flatten-tool.git@5f5c6dc7882c6894d74fd7ee660f8a7d0b61565a
# via
# -r requirements.in
# libcove
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ execnet==2.1.1
# via pytest-xdist
flake8==7.1.1
# via -r requirements_dev.in
flattentool==0.25.0
flattentool @ git+https://github.com/OpenDataServices/flatten-tool.git@5f5c6dc7882c6894d74fd7ee660f8a7d0b61565a
# via
# -r requirements.txt
# libcove
Expand Down

0 comments on commit a71a0aa

Please sign in to comment.