Skip to content

Commit

Permalink
Remove dependency on pytest-cases
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Feb 1, 2025
1 parent 33b6bb2 commit d92cbe7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 47 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- Move `stream_handler_class` and `formatter_class` arguments from `new_extra_logger` to `extraBasicConfig`.
- Add new `file_handler_class` argument to `extraBasicConfig`.
- Fix upload of Python package to GitHub release on tagging.
- Remove dependency on `pytest-cases`.

## [4.13.2 (2025-01-28)](https://github.com/kdeldycke/click-extra/compare/v4.13.1...v4.13.2)

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ test = [
"extra-platforms[pytest] ~= 2.0.0",
"pytest ~= 8.3.1",
# More pytest plugins at: https://docs.pytest.org/en/latest/reference/plugin_list.html
"pytest-cases ~= 3.8.3",
"pytest-cov ~= 6.0.0",
"pytest-github-actions-annotate-failures ~= 0.3.0",
"pytest-httpserver ~= 1.1.0",
Expand Down
3 changes: 1 addition & 2 deletions tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import click
import pytest
from boltons.pathutils import shrinkuser
from pytest_cases import fixture

from click_extra import (
command,
Expand Down Expand Up @@ -291,7 +290,7 @@
)


@fixture
@pytest.fixture
def simple_config_cli():
@extra_group(context_settings={"show_envvar": True})
@option("--dummy-flag/--no-flag")
Expand Down
51 changes: 7 additions & 44 deletions uv.lock

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

0 comments on commit d92cbe7

Please sign in to comment.