We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9fbac commit 1a7eb06Copy full SHA for 1a7eb06
pyproject.toml
@@ -144,6 +144,10 @@ ragas-examples = { workspace = true }
144
addopts = "-n 0"
145
asyncio_default_fixture_loop_scope = "function"
146
testpaths = ["tests"]
147
+python_classes = ["Test*"]
148
+filterwarnings = [
149
+ "ignore:cannot collect test class 'TestsetGenerator':pytest.PytestCollectionWarning"
150
+]
151
152
[dependency-groups]
153
# Full dev dependencies with all features (used by make install)
0 commit comments