Skip to content

Commit

Permalink
Merge pull request #2505 from aburgel/move-pytest-logbook
Browse files Browse the repository at this point in the history
Move pytest-logbook dependency to dev_requirements.txt
  • Loading branch information
beckjake authored Jun 4, 2020
2 parents a5d53c4 + a1d5c34 commit 2636363
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## dbt 0.17.0 (Release TBD)

### Fixes
- Removed `pytest-logbook` dependency from `dbt-core` ([#2505](https:/fishtown-analytics/dbt/pull/2505))

Contributors:
- [@aburgel](https:/aburgel) ([#2505](https:/fishtown-analytics/dbt/pull/2505))

## dbt 0.17.0rc4 (June 2, 2020)

### Fixes
Expand Down
1 change: 0 additions & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def read(fname):
'dataclasses==0.6;python_version<"3.7"',
'hologram==0.0.7',
'logbook>=1.5,<1.6',
'pytest-logbook>=1.2.0,<1.3',
'typing-extensions>=3.7.4,<3.8',
# the following are all to match snowflake-connector-python
'requests>=2.18.0,<2.23.0',
Expand Down
1 change: 1 addition & 0 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ flaky>=3.5.3,<4
mypy==0.761
wheel
twine
pytest-logbook>=1.2.0,<1.3

0 comments on commit 2636363

Please sign in to comment.