Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 1, 2023
1 parent 0895c38 commit 4eb269b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
set -e
TEST_FILES=$(circleci tests \
glob "tests/**/test_*.py" | \
sed '/tests\/apache\/hive/d' | \
sed '/tests\/apache\/hive/d' | \
circleci tests split --split-by=timings \
)
pytest --junit-xml=test-report/report.xml $TEST_FILES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@
diff_extras = expected_all_extra ^ found_test_python_3_11_extra
if diff_extras:
diff_extras_str = "\n \t" + "\n \t".join(sorted(diff_extras))
raise SystemExit(f"'test_python_3_11' extra in setup.cfg is missing some dependencies:\n {diff_extras_str}")
raise SystemExit(
f"'test_python_3_11' extra in setup.cfg is missing some dependencies:\n {diff_extras_str}"
)

0 comments on commit 4eb269b

Please sign in to comment.