Skip to content

Commit 3761721

Browse files
committed
Don't pass --disable-warnings to pytest
1 parent 5364053 commit 3761721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.pytest.ini_options]
6-
addopts = "--cov=git --cov-report=term --disable-warnings -ra"
6+
addopts = "--cov=git --cov-report=term -ra"
77
filterwarnings = "ignore::DeprecationWarning"
88
python_files = "test_*.py"
99
tmp_path_retention_policy = "failed"

0 commit comments

Comments
 (0)