Fedir Zadniprovskyi 2024-10-23
chore: add pytest marker
@dbd5820ab49185f588c0632bc208eea4ef403f60
pyproject.toml
--- pyproject.toml
+++ pyproject.toml
@@ -110,3 +110,7 @@
 filterwarnings = [
     'ignore::DeprecationWarning'
 ]
+# https://docs.pytest.org/en/stable/how-to/mark.html#registering-marks
+markers = [
+    "requires_openai",
+]
Add a comment
List