Skip to content

Commit 677ae1a

Browse files
Update dev-requirements for new pip syntax and add package-lock.yaml (#870)
1 parent 23ddc9e commit 677ae1a

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

dev-requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
pytest
22
pytest-dotenv
3-
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-core&subdirectory=core
4-
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory=tests/adapter
5-
git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-postgres&subdirectory=plugins/postgres
6-
git+https://github.com/dbt-labs/dbt-redshift.git
7-
git+https://github.com/dbt-labs/dbt-snowflake.git
8-
git+https://github.com/dbt-labs/dbt-bigquery.git
3+
dbt-core@git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core
4+
dbt-tests-adapter@git+https://github.com/dbt-labs/dbt-adapters.git#subdirectory=dbt-tests-adapter
5+
dbt-postgres@git+https://github.com/dbt-labs/dbt-postgres.git
6+
dbt-redshift@git+https://github.com/dbt-labs/dbt-redshift.git
7+
dbt-snowflake@git+https://github.com/dbt-labs/dbt-snowflake.git
8+
dbt-bigquery@git+https://github.com/dbt-labs/dbt-bigquery.git
99
pytest-xdist

integration_tests/package-lock.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
packages:
2+
- local: ../
3+
sha1_hash: de2deba3d66ce03d8c02949013650cc9b94f6030

0 commit comments

Comments
 (0)