From 619cc8cd3e6e4089a83ce794b7ecfdd1b1bd91c1 Mon Sep 17 00:00:00 2001 From: Andrzej Klajnert Date: Sat, 22 Oct 2022 18:34:19 +0200 Subject: [PATCH] Remove the asyncio_mode from pytest settings --- changelog.d/feature.98fc1e59.entry.yaml | 5 +++++ pytest.ini | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 changelog.d/feature.98fc1e59.entry.yaml diff --git a/changelog.d/feature.98fc1e59.entry.yaml b/changelog.d/feature.98fc1e59.entry.yaml new file mode 100644 index 0000000..01f6ce9 --- /dev/null +++ b/changelog.d/feature.98fc1e59.entry.yaml @@ -0,0 +1,5 @@ +message: Improve matching commands that contain quoted arguments. +pr_ids: +- 103 +timestamp: 1666456344 +type: feature diff --git a/pytest.ini b/pytest.ini index c0fc561..306cf5d 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,5 @@ [pytest] junit_family=legacy -asyncio_mode=strict filterwarnings = error ignore::pytest.PytestUnraisableExceptionWarning