Skip to content

Commit

Permalink
Ignore multiprocessing warning we can't do anything about
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Mar 22, 2024
1 parent 9f02ed2 commit d6e2c29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ filterwarnings = [
# We already fixed this, so we only need to remove this ignore with next major version of factory boy
"ignore:.*Factory._after_postgeneration will stop saving the instance:DeprecationWarning",
"ignore:'cgi' is deprecated:DeprecationWarning",
'ignore:.*use of fork\(\) may lead to deadlocks.*:DeprecationWarning',
]
timeout = 60

Expand Down

0 comments on commit d6e2c29

Please sign in to comment.