Skip to content

Commit

Permalink
Handle sklearn
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jul 15, 2024
1 parent b524def commit 38973b3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ def get_lint_jobs_data(tox_envs: list) -> list:

tox_env = tox_lint_env_match.string

if tox_env == "lint-instrumentation-sklearn":
# FIXME: remove when support for
# opentelemetry-instrumentation-sklearn is dropped.
continue

lint_jobs_data.append(
{
"name": f"{tox_env}",
Expand Down

0 comments on commit 38973b3

Please sign in to comment.