Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requirements: Update flattentool #1393

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cove_iati/tests_functional.py
simon-20 marked this conversation as resolved.
Show resolved Hide resolved
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
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==0.26.0
# 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==0.26.0
# via
# -r requirements.txt
# libcove
Expand Down
Loading