File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -270,7 +270,6 @@ functions:
270
270
type : test
271
271
params :
272
272
working_dir : " src"
273
- include_expansions_in_env : [AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN]
274
273
binary : bash
275
274
args : [.evergreen/just.sh, run-tests]
276
275
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ filterwarnings = [
118
118
# https://github.com/eventlet/eventlet/issues/818
119
119
" module:please use dns.resolver.Resolver.resolve:DeprecationWarning" ,
120
120
# https://github.com/dateutil/dateutil/issues/1314
121
- " module:datetime.datetime.utc:DeprecationWarning:dateutil " ,
121
+ " module:datetime.datetime.utc:DeprecationWarning" ,
122
122
]
123
123
markers = [
124
124
" auth_aws: tests that rely on pymongo-auth-aws" ,
You can’t perform that action at this time.
0 commit comments