Skip to content

Commit

Permalink
turn Python warnings into errors during test
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
  • Loading branch information
fmoessbauer authored and jan-kiszka committed Nov 15, 2024
1 parent 9fe071a commit acfa8b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ requires = ["setuptools>=40.5.0", "wheel"]
markers = [
"online: tests requiring internet access"
]
filterwarnings = [
"error"
]

0 comments on commit acfa8b6

Please # to comment.