Skip to content

Commit 71a8494

Browse files
author
d.kovalenko
committed
testgres.common is taken from postgrespro
1 parent 0d67ab3 commit 71a8494

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from distutils.core import setup
55

66
install_requires = [
7-
"testgres.common @ git+https://github.com/dmitry-lipetsk/testgres.common.git",
7+
"testgres.common @ git+https://github.com/postgrespro/testgres.common.git",
88
]
99

1010
setup(

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pytest
22
pytest-xdist
33
psutil
44
six
5-
git+https://github.com/dmitry-lipetsk/testgres.common.git@master
5+
git+https://github.com/postgrespro/testgres.common.git@master
66
black
77
flake8
88

0 commit comments

Comments
 (0)