Skip to content
Snippets Groups Projects
Verified Commit fd97d4b2 authored by Daniel Schultz's avatar Daniel Schultz :tm:
Browse files

Fix deprecation warnings

There is a known deprecation issue and we don't need to be bothered by
it for now.  Eventually upstream will fix it in which case we should
remove the line that silences the warning.
parent 44d57a7b
No related branches found
No related tags found
1 merge request!3Add `POST /conversions` endpoint
......@@ -38,6 +38,9 @@ def test_create_presigned_post_returns_boto3_result(mocker):
}
@pytest.mark.filterwarnings(
"ignore:datetime.datetime.utcnow"
) # See https://github.com/boto/boto3/issues/3889
@pytest.mark.integration
def test_create_presigned_post_properly_intgrates_with_boto3():
response = client.post(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment