File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616adapter = create_braintrust_adapter ()
1717
1818
19- @pytest .mark .skipif (os .environ .get ("CI" ) == "true" , reason = "Skip in CI" ) # pyright: ignore[reportAttributeAccessIssue]
20- @pytest .mark .asyncio # pyright: ignore[reportAttributeAccessIssue]
19+ @pytest .mark .skipif (os .environ .get ("CI" ) == "true" , reason = "Skip in CI" )
20+ @pytest .mark .asyncio
2121@evaluation_test (
2222 input_rows = [
2323 adapter .get_evaluation_rows (
Original file line number Diff line number Diff line change 1818adapter = create_langfuse_adapter ()
1919
2020
21- @pytest .mark .skipif (os .environ .get ("CI" ) == "true" , reason = "Skip in CI" ) # pyright: ignore[reportAttributeAccessIssue]
22- @pytest .mark .asyncio # pyright: ignore[reportAttributeAccessIssue]
21+ @pytest .mark .skipif (os .environ .get ("CI" ) == "true" , reason = "Skip in CI" )
22+ @pytest .mark .asyncio
2323@evaluation_test (
2424 input_rows = [
2525 adapter .get_evaluation_rows (
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ def fetch_langsmith_traces_as_evaluation_rows(
5656 return []
5757
5858
59- @pytest .mark .skipif (os .environ .get ("CI" ) == "true" , reason = "Skip in CI" ) # pyright: ignore[reportAttributeAccessIssue]
60- @pytest .mark .asyncio # pyright: ignore[reportAttributeAccessIssue]
59+ @pytest .mark .skipif (os .environ .get ("CI" ) == "true" , reason = "Skip in CI" )
60+ @pytest .mark .asyncio
6161@evaluation_test (
6262 input_rows = [fetch_langsmith_traces_as_evaluation_rows ()],
6363 completion_params = [
You can’t perform that action at this time.
0 commit comments