Skip to content

Commit a7796fe

Browse files
committed
ignore error
1 parent 28a8075 commit a7796fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ filterwarnings =
99
ignore:The USE_L10N setting is deprecate:DeprecationWarning
1010
# django 3.2 is using this module, but not in later versions any more
1111
ignore:'cgi' is deprecated:DeprecationWarning
12+
# httpretty is using the deprecated utcnow
13+
ignore:datetime.datetime.utcnow.*is deprecated:DeprecationWarning
1214

1315
[flake8]
1416
max-line-length = 88

0 commit comments

Comments
 (0)