Skip to content

Commit

Permalink
fix tests (#562)
Browse files Browse the repository at this point in the history
* fix tests

* bump pyproject
  • Loading branch information
areibman authored Dec 10, 2024
1 parent 47beecf commit 0407260
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "agentops"
version = "0.3.19"
version = "0.3.20"
authors = [
{ name="Alex Reibman", email="[email protected]" },
{ name="Shawn Qiu", email="[email protected]" },
Expand Down
8 changes: 2 additions & 6 deletions tests/test_host_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,13 @@ def mock_partitions():
device="/dev/sda1",
mountpoint="/",
fstype="ext4",
opts="rw,relatime",
maxfile=0,
maxpath=0,
opts="rw,relatime"
),
sdiskpart(
device="z:\\",
mountpoint="z:\\",
fstype="ntfs",
opts="rw,relatime",
maxfile=0,
maxpath=0,
opts="rw,relatime"
),
]

Expand Down

0 comments on commit 0407260

Please sign in to comment.