We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47beecf commit 0407260Copy full SHA for 0407260
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "agentops"
7
-version = "0.3.19"
+version = "0.3.20"
8
authors = [
9
{ name="Alex Reibman", email="areibman@gmail.com" },
10
{ name="Shawn Qiu", email="siyangqiu@gmail.com" },
tests/test_host_env.py
@@ -11,17 +11,13 @@ def mock_partitions():
11
device="/dev/sda1",
12
mountpoint="/",
13
fstype="ext4",
14
- opts="rw,relatime",
15
- maxfile=0,
16
- maxpath=0,
+ opts="rw,relatime"
17
),
18
sdiskpart(
19
device="z:\\",
20
mountpoint="z:\\",
21
fstype="ntfs",
22
23
24
25
26
]
27
0 commit comments