Skip to content

Commit 1a70df7

Browse files
Usage of testgres.os_ops from postgrespro is begun
1 parent 674026d commit 1a70df7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
install_requires.append("ipaddress")
2424

2525
install_requires.append(
26-
"testgres.os_ops @ git+https://git.postgrespro.ru/d.kovalenko/preview-testgres.os_ops.git"
26+
"testgres.os_ops @ git+https://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@github.com/postgrespro/testgres.os_ops.git"
2727
)
2828

2929
# Get contents of README file

tests/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ pytest-xdist
55
psycopg2
66
six
77
psutil
8+
git+https://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@github.com/postgrespro/testgres.os_ops.git
9+

0 commit comments

Comments
 (0)