Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Bump flake8-pytest-style from 1.7.2 to 2.0.0 #554

Merged
merged 2 commits into from
Jun 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lona/pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def _debug_interactive():
return self.event_loop.run_in_executor(None, _debug_interactive)


@pytest.fixture()
@pytest.fixture
def lona_app_context(request, aiohttp_client, event_loop, pytestconfig):
async def setup_lona_app_context(
setup_app: Callable[[App], None],
Expand Down Expand Up @@ -149,7 +149,7 @@ async def setup_aiohttp_app() -> Application:
Channel._clear_state()


@pytest.fixture()
@pytest.fixture
def lona_project_context(request, aiohttp_client, event_loop, pytestconfig):
async def setup_lona_project_context(
project_root: str = '',
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ lint = [
"flake8-logging-format==0.9.0",
"flake8-mutable==1.2.0",
"flake8-noqa==1.4.0",
"flake8-pytest-style==1.7.2",
"flake8-pytest-style==2.0.0",
"flake8-quotes==3.4.0",
"flake8-use-fstring==1.4",
"mypy==1.10.0",
Expand Down
Loading