Skip to content

Commit

Permalink
pytest fix (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saaketh Narayan authored Mar 25, 2024
1 parent 508346d commit 9781727
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
'docformatter>=1.4',
'jupyter==1.0.0',
'pre-commit>=2.18.1,<4',
'pytest==7.4.4',
'pytest==8.1.1',
'pytest_codeblocks==0.17.0',
'pytest-cov>=4,<5',
'toml==0.10.2',
Expand Down
3 changes: 3 additions & 0 deletions tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ def test_number_abbrev_to_int_Exception():


def test_clean_stale_shared_memory():
# Clean up the stale shared memory
clean_stale_shared_memory()

# Create a leaked shared memory
name = _get_path(0, RESUME)
_ = BuiltinSharedMemory(name, True, 64)
Expand Down

0 comments on commit 9781727

Please sign in to comment.