1 parent 5364053 commit 3761721Copy full SHA for 3761721
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools"]
3
build-backend = "setuptools.build_meta"
4
5
[tool.pytest.ini_options]
6
-addopts = "--cov=git --cov-report=term --disable-warnings -ra"
+addopts = "--cov=git --cov-report=term -ra"
7
filterwarnings = "ignore::DeprecationWarning"
8
python_files = "test_*.py"
9
tmp_path_retention_policy = "failed"
0 commit comments