Skip to content

Commit

Permalink
Merge pull request #39 from andrejusk/dependabot/pip/tests/black-24.3.0
Browse files Browse the repository at this point in the history
build(deps-dev): bump black from 21.12b0 to 24.3.0 in /tests
  • Loading branch information
andrejusk authored Jun 27, 2024
2 parents 2e5eb07 + 73a218a commit b09c267
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 20 deletions.
47 changes: 32 additions & 15 deletions tests/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = "^3.9"
pytest = "^6.2.4"

[tool.poetry.dev-dependencies]
black = "^21.7b0"
black = "^24.3"

[build-system]
build-backend = "poetry.masonry.api"
Expand Down
4 changes: 0 additions & 4 deletions tests/test_binaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def in_shell_path(shell: Text, binary: Text) -> bool:
binaries: List[Text] = [
# extend shells
*shells,

# tools
"git",
"gh",
Expand All @@ -52,7 +51,6 @@ def in_shell_path(shell: Text, binary: Text) -> bool:
"neofetch",
"redis-cli",
"redis-server",

# language: python
"pyenv",
"python",
Expand All @@ -61,7 +59,6 @@ def in_shell_path(shell: Text, binary: Text) -> bool:
"pip3",
"pipx",
"poetry",

# langauge: js
"node",
"npm",
Expand All @@ -70,7 +67,6 @@ def in_shell_path(shell: Text, binary: Text) -> bool:
binaries = [binary for binary in binaries if binary is not None]



# --------------------------------------------------------------------------- #
# Tests
# --------------------------------------------------------------------------- #
Expand Down

0 comments on commit b09c267

Please sign in to comment.