Skip to content

Commit

Permalink
Merge branch '0.8-dev' into 2431_fix_db_refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
soininen committed Jan 10, 2024
2 parents fcdf3d6 + d993d00 commit b799729
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Hello!
World!
Binary file added execution_tests/project_package.zip
Binary file not shown.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ dependencies = [
"jill >=0.9.2",
"pyzmq >=21.0",
"spine-items>=0.21.0",
# pendulum 3.0.0 seems to break nearly all of the tests in github actions
"pendulum < 3.0.0",
]

[project.urls]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ def test_add_relationship_parameter_value_metadata(self):
db_map_item_metadata = {
self._db_map: [
{
"id": 3,
"metadata_id": 5,
"metadata_name": "author",
"metadata_value": "Anonymous",
"parameter_value_id": 2,
Expand All @@ -208,8 +206,6 @@ def test_add_relationship_metadata(self):
db_map_item_metadata = {
self._db_map: [
{
"id": 3,
"metadata_id": 5,
"metadata_name": "author",
"metadata_value": "Anonymous",
"entity_id": 2,
Expand Down

0 comments on commit b799729

Please sign in to comment.