Spaces:
Configuration error
Configuration error
Fedir Zadniprovskyi
commited on
Commit
·
50d2a16
1
Parent(s):
278b838
chore: add pytest marker
Browse files- pyproject.toml +4 -0
pyproject.toml
CHANGED
@@ -110,3 +110,7 @@ asyncio_default_fixture_loop_scope = "function" # this fixes pytest warning
|
|
110 |
filterwarnings = [
|
111 |
'ignore::DeprecationWarning'
|
112 |
]
|
|
|
|
|
|
|
|
|
|
110 |
filterwarnings = [
|
111 |
'ignore::DeprecationWarning'
|
112 |
]
|
113 |
+
# https://docs.pytest.org/en/stable/how-to/mark.html#registering-marks
|
114 |
+
markers = [
|
115 |
+
"requires_openai",
|
116 |
+
]
|