-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpytest-local.ini
More file actions
54 lines (54 loc) · 2.58 KB
/
Copy pathpytest-local.ini
File metadata and controls
54 lines (54 loc) · 2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[pytest]
testpaths =
tests/test_ai_cache.py
tests/test_ai_definition.py
tests/test_container_smoke.py
tests/test_data.py
tests/test_dataframe.py
tests/test_openai_extract_ai.py
tests/recipes
tests/connectors/test_access.py
tests/connectors/test_concurrent.py
tests/connectors/test_duckdb.py
tests/connectors/test_excel.py
tests/connectors/test_file.py
tests/connectors/test_input.py
tests/connectors/test_jinja.py
tests/connectors/test_matrix.py
tests/connectors/test_memory.py
tests/connectors/test_mongodb.py
tests/connectors/test_mssql.py
tests/connectors/test_mysql.py
tests/connectors/test_notifications.py
tests/connectors/test_postgres.py
tests/connectors/test_recipe.py
tests/connectors/test_sqlite.py
tests/connectors/test_ssh.py
tests/connectors/test_test.py
addopts =
-p no:cacheprovider
--ignore=tests/recipes/wrangles/test_extract.py
--ignore=tests/recipes/wrangles/test_extract_unit_conversion.py
--ignore=tests/recipes/wrangles/test_generate.py
--ignore=tests/recipes/wrangles/test_search.py
--deselect=tests/recipes/wrangles/test_create.py::TestCreateEmbeddings
--deselect=tests/recipes/wrangles/test_main.py::TestClassify
--deselect=tests/recipes/wrangles/test_main.py::TestLookup
--deselect=tests/recipes/wrangles/test_main.py::TestMatrix::test_extract_ai
--deselect=tests/recipes/wrangles/test_main.py::TestStandardize
--deselect=tests/recipes/wrangles/test_main.py::TestTranslate
--deselect=tests/recipes/test_custom_functions.py::test_local_takes_priority
--deselect=tests/recipes/test_custom_functions.py::test_model_with_custom_functions
--deselect=tests/recipes/test_recipes.py::test_recipe_by_latest_version
--deselect=tests/recipes/test_recipes.py::test_recipe_by_production_version
--deselect=tests/recipes/test_recipes.py::test_recipe_by_version_id
--deselect=tests/recipes/test_recipes.py::test_recipe_by_version_latest
--deselect=tests/recipes/test_recipes.py::test_recipe_by_version_tag
--deselect=tests/recipes/test_recipes.py::test_recipe_from_url
--deselect=tests/recipes/test_recipes.py::test_recipe_from_url_not_found
--deselect=tests/recipes/test_recipes.py::test_recipe_model
--deselect=tests/recipes/test_recipes.py::test_recipe_wrong_model
--deselect=tests/connectors/test_recipe.py::test_model_id
--deselect=tests/connectors/test_recipe.py::test_model_with_custom_functions
filterwarnings =
ignore:'imghdr' is deprecated and slated for removal in Python 3.13:DeprecationWarning:apprise\.utils\.pgp