summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-06-10 16:51:56 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-06-10 16:56:23 -0500
commit3854c9ebaf268bce2a6f2339c0fdb088f8c6a686 (patch)
treea5951fa76b16f67472d4268ba1f4ddb7e06c6581 /pyproject.toml
parent5acc07aef936708198acedcb4eee12ba7ca726cb (diff)
downloadrequests-cache-3854c9ebaf268bce2a6f2339c0fdb088f8c6a686.tar.gz
Run integration tests with all serializers _only_ for Filesystem backend; for all other backends, only test with default serializer
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8b5e3a5..791868f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -137,6 +137,7 @@ omit = [
exclude_lines = [
'pragma: no cover',
'if TYPE_CHECKING:',
+ 'except ImportError:',
]
[tool.isort]