Skip to content

Commit 56bc17d

Browse files
committed
debug
1 parent 7dd27f1 commit 56bc17d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ functions:
270270
type: test
271271
params:
272272
working_dir: "src"
273-
include_expansions_in_env: [AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN]
274273
binary: bash
275274
args: [.evergreen/just.sh, run-tests]
276275

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ filterwarnings = [
118118
# https://github.com/eventlet/eventlet/issues/818
119119
"module:please use dns.resolver.Resolver.resolve:DeprecationWarning",
120120
# https://github.com/dateutil/dateutil/issues/1314
121-
"module:datetime.datetime.utc:DeprecationWarning:dateutil",
121+
"module:datetime.datetime.utc:DeprecationWarning",
122122
]
123123
markers = [
124124
"auth_aws: tests that rely on pymongo-auth-aws",

0 commit comments

Comments
 (0)