Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 93e408a

Browse files
committed
Treat test warnings as errors
1 parent b064457 commit 93e408a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,7 @@ redefining-builtins-modules = ["six.moves", "past.builtins", "future.builtins",
101101

102102
[tool.pytest.ini_options]
103103
xfail_strict = true
104+
filterwarnings = [
105+
"error",
106+
'ignore:Using Qiskit with Python:DeprecationWarning',
107+
]

0 commit comments

Comments
 (0)