Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
fixed SSL error for HTML documentation build, filewriter to JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
ggoneiESS committed Jun 13, 2023
1 parent ba5e2c1 commit e87393c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
1 change: 1 addition & 0 deletions definitions/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
lxml
pyRestTable==2020.0.3
urllib3<2.0
Sphinx
18 changes: 12 additions & 6 deletions tests/json/test_load_from_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def nexus_json_dictionary() -> dict:
"values":"NXinstrument"
}],
"children":[
]
},
{
Expand All @@ -62,10 +62,16 @@ def nexus_json_dictionary() -> dict:
"type":"group",
"name":"transformations",
"children":[
]
}
]
},
{
"module": "filewriter",
"config": {
"name": "start_time"
}
}
]
}
Expand Down Expand Up @@ -117,7 +123,7 @@ def json_dict_with_component():
"type":"group",
"name":"transformations",
"children":[
]
}
]
Expand All @@ -139,7 +145,7 @@ def json_dict_with_component():
"type":"group",
"name":"transformations",
"children":[
]
}
]
Expand Down Expand Up @@ -289,7 +295,7 @@ def test_GIVEN_json_with_missing_value_WHEN_loading_from_json_THEN_json_loader_r
"values":"NXinstrument"
},
"children":[
]
},
{
Expand All @@ -306,7 +312,7 @@ def test_GIVEN_json_with_missing_value_WHEN_loading_from_json_THEN_json_loader_r
"type":"group",
"name":"transformations",
"children":[
]
}
]
Expand Down

0 comments on commit e87393c

Please sign in to comment.