Skip to content

Commit

Permalink
Merge pull request #97 from memgraph/T0014-GA-update-pymgclient-version
Browse files Browse the repository at this point in the history
Update to pymgclient 1.2.0
  • Loading branch information
g-despot authored Mar 7, 2022
2 parents b4b4afb + 8f8cab5 commit 4a23854
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
25 changes: 15 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ exclude = '''

[tool.poetry.dependencies]
python = "^3.7"
pymgclient = "1.1.0"
pymgclient = "1.2.0"
networkx = "^2.5.1"
pydantic = "^1.8.2"

Expand Down
1 change: 1 addition & 0 deletions tests/on_disk_property_storage/test_multiprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def clear_db():
on_disk_db.drop_database()


@pytest.mark.slow
def test_run_1000_queries(clear_db):
_run_n_queries(1000)

Expand Down

0 comments on commit 4a23854

Please sign in to comment.