Skip to content

Commit dc4b020

Browse files
chore: allow unraisable exceptions again, seems we no longer trigger the error
1 parent a0a54d2 commit dc4b020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ filterwarnings = [
164164
log_level = "debug"
165165
log_cli_level = "info"
166166
# disable unraisable until investigated
167-
addopts = ["-ra", "--strict-config", "--strict-markers", "-p", "no:unraisableexception"]
167+
addopts = ["-ra", "--strict-config", "--strict-markers"]
168168
markers = [
169169
"issue(id): reference to github issue",
170170
"skip_commit: allows to skip committing in the helpers",

0 commit comments

Comments
 (0)