-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
86e1630
commit 460bfa2
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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." | ||
|
||
|