Skip to content

Commit 460bfa2

Browse files
committed
Fixed tests
1 parent 86e1630 commit 460bfa2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements/requirements-all.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
yacman>=0.9.1
22
pipestat[db-backend]==0.6.0a9
33
geniml>=0.0.1
4+
psycopg>=3.1.15

tests/test_bbconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from bbconf.exceptions import MissingConfigDataError
1414

1515

16-
DB_URL = "postgresql+psycopg2://postgres:dockerpassword@127.0.0.1:5432/pipestat-test"
16+
DB_URL = "postgresql+psycopg://postgres:dockerpassword@127.0.0.1:5432/pipestat-test"
1717
DATA_PATH = os.path.join(os.path.dirname(os.path.abspath(__file__)), "data")
1818
pytest_db_skip_reason = "Database is not set up... To run this test, set up the database. Go to test/README.md for more information."
1919

0 commit comments

Comments
 (0)