Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pre-commit-approx-eq-3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Oct 27, 2023
2 parents 734fefd + 601fa63 commit 6a6d5d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20231018-123921.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Update black requirement from ~=23.9 to ~=23.10"
time: 2023-10-18T12:39:21.00000Z
custom:
Author: dependabot[bot]
PR: 809
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git+https://github.com/dbt-labs/dbt-core.git#egg=dbt-tests-adapter&subdirectory=

# if version 1.x or greater -> pin to major version
# if version 0.x -> pin to minor
black~=23.9
black~=23.10
bumpversion~=0.6.0
click~=8.1
ddtrace~=1.18
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def custom_schema(self, project, set_env_vars):
with project.adapter.connection_named("__test"):
project.adapter.drop_schema(relation)

@pytest.mark.skip()
def test_get_last_relation_modified(self, project, set_env_vars, custom_schema):
project.run_sql(
f"create table {custom_schema}.test_table (id integer autoincrement, name varchar(100) not null);"
Expand Down

0 comments on commit 6a6d5d1

Please sign in to comment.