Skip to content

Commit

Permalink
[MNT] 0.6.0 deprecation actions (#225)
Browse files Browse the repository at this point in the history
Scheduled 0.6.0 deprecation actions:

* removes deprecated module `skbase.testing.utils._dependencies`
* removes deprecated module `skbase.testing.utils.deep_equals`
  • Loading branch information
fkiraly authored Oct 4, 2023
1 parent c2c7888 commit 8ecc8e8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 39 deletions.
15 changes: 0 additions & 15 deletions skbase/testing/utils/_dependencies.py

This file was deleted.

15 changes: 0 additions & 15 deletions skbase/testing/utils/deep_equals.py

This file was deleted.

9 changes: 0 additions & 9 deletions skbase/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
"skbase.testing.test_all_objects",
"skbase.testing.utils",
"skbase.testing.utils._conditional_fixtures",
"skbase.testing.utils._dependencies",
"skbase.testing.utils.deep_equals",
"skbase.testing.utils.inspect",
"skbase.testing.utils.tests",
"skbase.testing.utils.tests.test_deep_equals",
Expand Down Expand Up @@ -66,7 +64,6 @@
"skbase.testing",
"skbase.testing.test_all_objects",
"skbase.testing.utils",
"skbase.testing.utils.deep_equals",
"skbase.testing.utils.inspect",
"skbase.testing.utils.tests",
"skbase.testing.utils.tests.test_deep_equals",
Expand Down Expand Up @@ -132,7 +129,6 @@
"skbase.testing.utils._conditional_fixtures": (
"create_conditional_fixtures_and_names",
),
"skbase.testing.utils.deep_equals": ("deep_equals",),
"skbase.validate": (
"check_sequence_named_objects",
"check_sequence",
Expand Down Expand Up @@ -191,11 +187,6 @@
"_check_object_types",
"_get_module_info",
),
"skbase.testing.utils._dependencies": (
"_check_soft_dependencies",
"_check_python_version",
),
"skbase.testing.utils.deep_equals": ("deep_equals",),
"skbase.testing.utils.inspect": ("_get_args",),
"skbase.utils._check": ("_is_scalar_nan",),
"skbase.utils.dependencies": (
Expand Down

0 comments on commit 8ecc8e8

Please sign in to comment.