Skip to content

Commit da9f6e6

Browse files
committed
Restore old warning behavior
1 parent dae3ae0 commit da9f6e6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@ log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(linen
101101
log_cli_date_format = "%Y-%m-%d %H:%M:%S"
102102
markers = ["acceptance: mark a test as an acceptance test."]
103103
filterwarnings = [
104-
"error",
105-
"ignore::UserWarning",
106-
"ignore::pytest.PytestUnraisableExceptionWarning",
107104
# We already fixed this, so we only need to remove this ignore with next major version of factory boy
108105
"ignore:.*Factory._after_postgeneration will stop saving the instance:DeprecationWarning",
109106
"ignore:'cgi' is deprecated:DeprecationWarning",

0 commit comments

Comments
 (0)