···
30
+
writableTmpDirAsHomeHook,
disabled = pythonOlder "3.8";
···
repo = "clarifai-python";
35
-
hash = "sha256-1ftwsIKJ494F8q45x0LtvOZhM72AAhJWe0LligNNpkQ=";
44
+
hash = "sha256-7luvK7xnkJRALXm7X7mg6VG9qRpq9pmFdBRW2GP3heI=";
build-system = [ setuptools ];
···
optional-dependencies = {
66
-
nativeCheckInputs = [ pytestCheckHook ];
69
-
export HOME=$(mktemp -d)
83
+
nativeCheckInputs = [
88
+
writableTmpDirAsHomeHook
# Test requires network access and API key
···
# Tests require network access and API key
"tests/cli/test_compute_orchestration.py"
82
-
"tests/runners/test_anymodel.py"
"tests/runners/test_download_checkpoints.py"
102
+
"tests/runners/test_model_run_locally.py"
103
+
"tests/runners/test_model_upload.py"
104
+
"tests/runners/test_num_threads_config.py"
105
+
"tests/runners/test_runners_proto.py"
"tests/runners/test_runners.py"
85
-
"tests/runners/test_textmodel.py"
"tests/runners/test_url_fetcher.py"
108
+
"tests/runners/test_vllm_model_upload.py"
"tests/test_data_upload.py"
112
+
"tests/test_list_models.py"
"tests/test_model_predict.py"
"tests/test_model_train.py"