Skip to content

Commit e48f0cf

Browse files
fix:copilot suggestions
1 parent 2fe85b0 commit e48f0cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ python_files = ["test_*.py"]
121121
python_classes = ["Test*"]
122122
python_functions = ["test_*"]
123123
norecursedirs = [".git", ".venv", "venv", "*.egg-info", "build", "dist"]
124-
addopts = "-v --tb=short"
124+
addopts = "--tb=short --ignore=tests/integration"
125125
filterwarnings = [
126126
"ignore::DeprecationWarning:numpy",
127127
"ignore::DeprecationWarning:dask",

0 commit comments

Comments
 (0)