We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae3ae0 commit da9f6e6Copy full SHA for da9f6e6
pyproject.toml
@@ -101,9 +101,6 @@ log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(linen
101
log_cli_date_format = "%Y-%m-%d %H:%M:%S"
102
markers = ["acceptance: mark a test as an acceptance test."]
103
filterwarnings = [
104
- "error",
105
- "ignore::UserWarning",
106
- "ignore::pytest.PytestUnraisableExceptionWarning",
107
# We already fixed this, so we only need to remove this ignore with next major version of factory boy
108
"ignore:.*Factory._after_postgeneration will stop saving the instance:DeprecationWarning",
109
"ignore:'cgi' is deprecated:DeprecationWarning",
0 commit comments