Skip to content

Commit b7c33b0

Browse files
testgres.os_ops is open now
1 parent d90452a commit b7c33b0

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

setup.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,8 @@
2222
if sys.version_info < (3, 3):
2323
install_requires.append("ipaddress")
2424

25-
secret =(
26-
"UbB1PQrsAANMJ2OD9WvVf16EiHymwevdSNqcsyGZ9vSQtvPR1px3k4PtIMs"
27-
"_tTMYRlFdZdkm0Q6WBDBA11_tap_buhtig"
28-
)[::-1]
29-
3025
install_requires.append(
31-
"testgres.os_ops @ git+https://" + secret + "@github.com/postgrespro/testgres.os_ops.git"
26+
"testgres.os_ops @ git+https://github.com/postgrespro/testgres.os_ops.git"
3227
)
3328

3429
# Get contents of README file

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_TESTGRES_TOKEN_RO}@github.com/postgrespro/testgres.os_ops.git
6+
git+https://github.com/postgrespro/testgres.os_ops.git

0 commit comments

Comments
 (0)