Skip to content

Commit

Permalink
bring back skip tests for legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich committed Feb 15, 2024
1 parent d53dadd commit 3a458ef
Show file tree
Hide file tree
Showing 59 changed files with 59 additions and 0 deletions.
1 change: 1 addition & 0 deletions llama-index-legacy/tests/agent/custom/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/agent/openai/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/agent/react/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/agent/runner/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/callbacks/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/chat_engine/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/embeddings/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ python_sources()

python_tests(
name="tests",
skip_tests=True,
dependencies=[
"!!llama-index-core:poetry",
"!!llama-index-core/pyproject.toml:poetry",
Expand Down
1 change: 1 addition & 0 deletions llama-index-legacy/tests/evaluation/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/extractors/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/finetuning/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/indices/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ python_test_utils(

python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/indices/composability/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/indices/document_summary/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ python_test_utils(

python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/indices/empty/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ python_sources()

python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/indices/keyword_table/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ python_sources()

python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/indices/knowledge_graph/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ python_test_utils(

python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/indices/list/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ python_sources()

python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/indices/managed/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/indices/query/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ python_test_utils(

python_tests(
name="tests",
skip_tests=True,
)
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ python_sources()

python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/indices/response/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/indices/struct_store/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ python_test_utils(

python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/indices/tree/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python_test_utils(

python_tests(
name="tests",
skip_tests=True,
)

python_sources()
1 change: 1 addition & 0 deletions llama-index-legacy/tests/indices/vector_store/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python_test_utils(

python_tests(
name="tests",
skip_tests=True,
dependencies=[
"!!llama-index-core:poetry",
"!!llama-index-core/pyproject.toml:poetry",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/ingestion/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/llm_predictor/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ python_sources()

python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/llm_predictor/vellum/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ python_test_utils(

python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/llms/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
python_tests(
name="tests",
skip_tests=True,
dependencies=[
"!!llama-index-core:poetry",
"!!llama-index-core/pyproject.toml:poetry",
Expand Down
1 change: 1 addition & 0 deletions llama-index-legacy/tests/logger/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ python_sources()

python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/memory/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/multi_modal_llms/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/node_parser/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ python_sources()

python_tests(
name="tests",
skip_tests=True,
dependencies=[
"!!llama-index-core:poetry",
"!!llama-index-core/pyproject.toml:poetry",
Expand Down
1 change: 1 addition & 0 deletions llama-index-legacy/tests/objects/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/output_parsers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ python_sources()

python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/param_tuner/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/playground/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ python_sources()

python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/postprocessor/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ python_sources()

python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/program/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/prompts/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ python_sources()

python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/query_engine/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
python_tests(
name="tests",
skip_tests=True,
dependencies=[
"!!llama-index-core:poetry",
"!!llama-index-core/pyproject.toml:poetry",
Expand Down
1 change: 1 addition & 0 deletions llama-index-legacy/tests/query_pipeline/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/query_pipeline/components/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/question_gen/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/readers/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ python_sources()

python_tests(
name="tests",
skip_tests=True,
dependencies=[
"!!llama-index-core:poetry",
"!!llama-index-core/pyproject.toml:poetry",
Expand Down
1 change: 1 addition & 0 deletions llama-index-legacy/tests/response_synthesizers/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/retrievers/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/selectors/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/storage/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ python_test_utils(

python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/storage/chat_store/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/storage/docstore/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/storage/index_store/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/storage/kvstore/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ python_sources()

python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/text_splitter/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ python_test_utils(

python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/token_predictor/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
python_tests(
name="tests",
skip_tests=True,
)

python_sources()
1 change: 1 addition & 0 deletions llama-index-legacy/tests/tools/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python_test_utils(

python_tests(
name="tests",
skip_tests=True,
)

python_sources()
1 change: 1 addition & 0 deletions llama-index-legacy/tests/tools/tool_spec/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
python_tests(
name="tests",
skip_tests=True,
)

python_sources()
1 change: 1 addition & 0 deletions llama-index-legacy/tests/utilities/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python_tests(
name="tests",
skip_tests=True,
)
1 change: 1 addition & 0 deletions llama-index-legacy/tests/vector_stores/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
python_tests(
name="tests",
skip_tests=True,
dependencies=[
"!!llama-index-core:poetry",
"!!llama-index-core/pyproject.toml:poetry",
Expand Down

0 comments on commit 3a458ef

Please sign in to comment.