From d917501af55afd9d3117b54413cd22de2e80afb9 Mon Sep 17 00:00:00 2001 From: Jamie Hewland Date: Fri, 18 Jun 2021 16:40:09 +0100 Subject: [PATCH] Clean up last bit of aiofiles after #1157 (#1203) --- requirements.txt | 2 -- setup.cfg | 2 -- 2 files changed, 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index ae3d91f26..8394c4a13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ # Optionals -aiofiles graphene itsdangerous jinja2 @@ -16,7 +15,6 @@ isort==5.* mypy types-requests types-contextvars -types-aiofiles types-PyYAML types-dataclasses pytest diff --git a/setup.cfg b/setup.cfg index 51f2aad32..ef52a6336 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,8 +27,6 @@ xfail_strict=True filterwarnings= # Turn warnings that aren't filtered into exceptions error - # https://github.com/Tinche/aiofiles/issues/81 - ignore: "@coroutine" decorator is deprecated.*:DeprecationWarning # Deprecated GraphQL (including https://github.com/graphql-python/graphene/issues/1055) ignore: GraphQLApp is deprecated and will be removed in a future release\..*:DeprecationWarning ignore: Using or importing the ABCs from 'collections' instead of from 'collections\.abc' is deprecated.*:DeprecationWarning