

chore: add pytest marker
@dbd5820ab49185f588c0632bc208eea4ef403f60
--- pyproject.toml
+++ pyproject.toml
... | ... | @@ -110,3 +110,7 @@ |
110 | 110 |
filterwarnings = [ |
111 | 111 |
'ignore::DeprecationWarning' |
112 | 112 |
] |
113 |
+# https://docs.pytest.org/en/stable/how-to/mark.html#registering-marks |
|
114 |
+markers = [ |
|
115 |
+ "requires_openai", |
|
116 |
+] |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?