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 010b5fa commit bd05971Copy full SHA for bd05971
pyproject.toml
@@ -146,6 +146,10 @@ ragas-examples = { workspace = true }
146
addopts = "-n 0"
147
asyncio_default_fixture_loop_scope = "function"
148
testpaths = ["tests"]
149
+python_classes = ["Test*"]
150
+filterwarnings = [
151
+ "ignore:cannot collect test class 'TestsetGenerator':pytest.PytestCollectionWarning"
152
+]
153
154
[dependency-groups]
155
# Full dev dependencies with all features (used by make install)
0 commit comments