From 8973393333f01afaf216750c572b5af26202f0c2 Mon Sep 17 00:00:00 2001 From: Alex Burgel Date: Sat, 30 May 2020 14:38:01 -0400 Subject: [PATCH 1/3] Move pytest-logbook dependency to dev_requirements.txt --- core/setup.py | 1 - dev_requirements.txt | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/core/setup.py b/core/setup.py index 515ac24b9a1..df6200a1511 100644 --- a/core/setup.py +++ b/core/setup.py @@ -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', diff --git a/dev_requirements.txt b/dev_requirements.txt index 172f4d2cecd..d7992ad5c50 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -12,3 +12,4 @@ flaky>=3.5.3,<4 mypy==0.761 wheel twine +pytest-logbook>=1.2.0,<1.3 From 6f1763317ab40fdf60e38f9b59de27f761e43e27 Mon Sep 17 00:00:00 2001 From: Alex Burgel Date: Sat, 30 May 2020 14:57:00 -0400 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b40439c513..84880953658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,15 @@ ### Fixes - On snowflake, get_columns_in_relation now returns an empty list again if the relation does not exist, instead of raising an exception. ([#2504](https://github.com/fishtown-analytics/dbt/issues/2504), [#2509](https://github.com/fishtown-analytics/dbt/pull/2509)) - Added filename, project, and the value that failed to render to the exception raised when rendering fails. ([#2499](https://github.com/fishtown-analytics/dbt/issues/2499), [#2501](https://github.com/fishtown-analytics/dbt/pull/2501)) +- Removed `pytest-logbook` dependency from `dbt-core` ([#2505](https://github.com/fishtown-analytics/dbt/pull/2505)) ### Under the hood - Lock protobufs to the last version that had fully functioning releases on all supported platforms ([#2490](https://github.com/fishtown-analytics/dbt/issues/2490), [#2491](https://github.com/fishtown-analytics/dbt/pull/2491)) +Contributors: + - [@aburgel](https://github.com/aburgel) ([#2505](https://github.com/fishtown-analytics/dbt/pull/2505)) + ### dbt 0.17.0rc3 (May 27, 2020) From a1d5c340e820a952d7792497f19377f83013a7fc Mon Sep 17 00:00:00 2001 From: Alex Burgel Date: Thu, 4 Jun 2020 10:32:29 -0400 Subject: [PATCH 3/3] Update changelog --- CHANGELOG.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84880953658..264297d9218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,21 @@ ## dbt 0.17.0 (Release TBD) +### Fixes +- Removed `pytest-logbook` dependency from `dbt-core` ([#2505](https://github.com/fishtown-analytics/dbt/pull/2505)) + +Contributors: + - [@aburgel](https://github.com/aburgel) ([#2505](https://github.com/fishtown-analytics/dbt/pull/2505)) + ## dbt 0.17.0rc4 (June 2, 2020) ### Fixes - On snowflake, get_columns_in_relation now returns an empty list again if the relation does not exist, instead of raising an exception. ([#2504](https://github.com/fishtown-analytics/dbt/issues/2504), [#2509](https://github.com/fishtown-analytics/dbt/pull/2509)) - Added filename, project, and the value that failed to render to the exception raised when rendering fails. ([#2499](https://github.com/fishtown-analytics/dbt/issues/2499), [#2501](https://github.com/fishtown-analytics/dbt/pull/2501)) -- Removed `pytest-logbook` dependency from `dbt-core` ([#2505](https://github.com/fishtown-analytics/dbt/pull/2505)) ### Under the hood - Lock protobufs to the last version that had fully functioning releases on all supported platforms ([#2490](https://github.com/fishtown-analytics/dbt/issues/2490), [#2491](https://github.com/fishtown-analytics/dbt/pull/2491)) -Contributors: - - [@aburgel](https://github.com/aburgel) ([#2505](https://github.com/fishtown-analytics/dbt/pull/2505)) - ### dbt 0.17.0rc3 (May 27, 2020)