Skip to content

Update async type hints in conftest.py

3080d26
Select commit
Loading
Failed to load commit list.
Merged

Remove pytest_plugin #10762

Update async type hints in conftest.py
3080d26
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded May 10, 2026 in 2s

10 new alerts

New alerts in code changed by this pull request

  • 9 warnings
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 1256 in tests/test_client_request.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning test

This assignment to 'loop' is unnecessary as it is
redefined
before this value is used.

Check warning on line 1386 in tests/test_client_request.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning test

This assignment to 'loop' is unnecessary as it is
redefined
before this value is used.

Check warning on line 1444 in tests/test_client_request.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning test

This assignment to 'loop' is unnecessary as it is
redefined
before this value is used.

Check warning on line 1475 in tests/test_client_request.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning test

This assignment to 'loop' is unnecessary as it is
redefined
before this value is used.

Check warning on line 1855 in tests/test_client_request.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning test

This assignment to 'loop' is unnecessary as it is
redefined
before this value is used.

Check warning on line 2133 in tests/test_client_request.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning test

This assignment to 'loop' is unnecessary as it is
redefined
before this value is used.

Check warning on line 2146 in tests/test_client_request.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning test

This assignment to 'loop' is unnecessary as it is
redefined
before this value is used.

Check warning on line 2179 in tests/test_client_request.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning test

This assignment to 'loop' is unnecessary as it is
redefined
before this value is used.

Check warning on line 1381 in tests/test_client_ws_functional.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning test

This assignment to 'loop' is unnecessary as it is
redefined
before this value is used.

Check notice on line 2487 in tests/test_connector.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note test

Variable loop is not used.