We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b53fd6 commit 142548fCopy full SHA for 142548f
2 files changed
agapi/tests/test_functions.py
@@ -15,7 +15,7 @@
15
from agapi.agents.functions import *
16
import pytest
17
18
-pytest.skip("Temporarily disabled", allow_module_level=True)
+# pytest.skip("Temporarily disabled", allow_module_level=True)
19
20
# ---------------------------------------------------------------------
21
# Client
agapi/tests/test_functions_long.py
@@ -62,6 +62,7 @@
62
list_jarvis_columns,
63
)
64
65
+pytest.skip("Temporarily disabled", allow_module_level=True)
66
67
# ---------------------------------------------------------------------------
68
# Session-scoped client fixture
0 commit comments