Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Dec 18, 2023
1 parent 86e1630 commit 460bfa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements/requirements-all.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
yacman>=0.9.1
pipestat[db-backend]==0.6.0a9
geniml>=0.0.1
psycopg>=3.1.15
2 changes: 1 addition & 1 deletion tests/test_bbconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from bbconf.exceptions import MissingConfigDataError


DB_URL = "postgresql+psycopg2://postgres:[email protected]:5432/pipestat-test"
DB_URL = "postgresql+psycopg://postgres:[email protected]:5432/pipestat-test"
DATA_PATH = os.path.join(os.path.dirname(os.path.abspath(__file__)), "data")
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."

Expand Down

0 comments on commit 460bfa2

Please sign in to comment.