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

Feat: Add a deprecated decorator for any function and use it on the unused functions #754

Open
gmuloc opened this issue Jul 12, 2024 · 0 comments
Milestone

Comments

@gmuloc
Copy link
Collaborator

gmuloc commented Jul 12, 2024

In python 3.13 it will be built-in

#740 is removing the usage of some functions and to be backward compatible we will keep them in until ANTA 2.0.0

in anta.result_manager.__init__.py these are not needed anymore

  • filter_by_tests
  • filter_by_devices
  • get_tests
  • get_devices

#802 AntaCatalog.merge() method is deprecated in favor of merge_catalogs().

@gmuloc gmuloc added this to the v1.1.0 milestone Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant