Skip to content

Commit 8be60d4

Browse files
os_ops v2.0.1 [pypi] is used (#331)
1 parent 2fdc550 commit 8be60d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies = [
5454
"six>=1.9.0",
5555
"psutil",
5656
"packaging",
57-
"testgres.os_ops @ git+https://github.com/postgrespro/testgres.os_ops.git@2.0.1",
57+
"testgres.os_ops>=2.0.1,<3.0.0",
5858
]
5959

6060
[project.urls]

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ pytest
33
pytest-xdist
44
psycopg2
55
six
6-
git+https://github.com/postgrespro/testgres.os_ops.git@2.0.1
6+
testgres.os_ops>=2.0.1,<3.0.0

0 commit comments

Comments
 (0)