Skip to content

Merge branch 'main' into fix/issue-114-restrict-lookup-tests

81bd3f9
Select commit
Loading
Failed to load commit list.
Open

[ENH] isolate lookup tests to dedicated mock package #476

Merge branch 'main' into fix/issue-114-restrict-lookup-tests
81bd3f9
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 19, 2026 in 1m 6s

1 new alert

New alerts in code changed by this pull request

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 10 in skbase/tests/mock_package/test_fixtures.py

See this annotation in the file changed.

Code scanning / CodeQL

`__eq__` not overridden when adding attributes Warning test

The class 'Parent' does not override
'__eq__'
, but adds the new attribute
a
.
The class 'Parent' does not override
'__eq__'
, but adds the new attribute
b
.
The class 'Parent' does not override
'__eq__'
, but adds the new attribute
c
.