Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/scripts/pr_workflow.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import os
import re
import sys
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ minimum_pre_commit_version: 3.3.0
default_install_hook_types: [pre-commit, commit-msg]

default_language_version:
python: python3
python: python3.12

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
2 changes: 0 additions & 2 deletions conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import logging
import os
import pathlib
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dev-dependencies = [
[tool.uv.sources]

[project]
requires-python = ">=3.9"
requires-python = "==3.12.*"
name = "opendatahub-tests"
version = "0.1.0"
description = "Tests repository for Open Data Hub (ODH)"
Expand Down
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import base64
import os
import shutil
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import json
import os
from http import HTTPStatus
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

from contextlib import contextmanager
from typing import Any, Generator

Expand Down
2 changes: 0 additions & 2 deletions tests/model_serving/model_server/multi_node/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import re
import shlex

Expand Down
2 changes: 0 additions & 2 deletions tests/model_serving/model_server/serverless/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

from typing import Any

from kubernetes.dynamic import DynamicClient
Expand Down
2 changes: 0 additions & 2 deletions tests/model_serving/model_server/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import json
import re
from concurrent.futures import ThreadPoolExecutor, as_completed
Expand Down
2 changes: 0 additions & 2 deletions tests/workbenches/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

from typing import Generator

import pytest
Expand Down
2 changes: 0 additions & 2 deletions tests/workbenches/notebook-controller/test_spawning.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import pytest

from timeout_sampler import TimeoutExpiredError
Expand Down
2 changes: 0 additions & 2 deletions tests/workbenches/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

from kubernetes.dynamic import DynamicClient, Resource, ResourceInstance


Expand Down
2 changes: 0 additions & 2 deletions utilities/certificates_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import base64
import os
from functools import cache
Expand Down
2 changes: 0 additions & 2 deletions utilities/data_science_cluster_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

from contextlib import contextmanager
from typing import Any, Generator

Expand Down
2 changes: 0 additions & 2 deletions utilities/general.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import base64

from kubernetes.dynamic import DynamicClient
Expand Down
2 changes: 0 additions & 2 deletions utilities/inference_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import json
import re
import shlex
Expand Down
2 changes: 0 additions & 2 deletions utilities/infra.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import json
import re
import shlex
Expand Down
2 changes: 0 additions & 2 deletions utilities/serving_runtime.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import copy
from typing import Any
from kubernetes.dynamic import DynamicClient
Expand Down
1,083 changes: 17 additions & 1,066 deletions uv.lock

Large diffs are not rendered by default.