From 078f0d46f28caf659725e32e09010634d6d0f936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20RAMAGE?= Date: Thu, 20 Jan 2022 20:58:22 +0100 Subject: [PATCH] fix pytest deprecation --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 76ffca1..fb07389 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ jobs: flake8 . --count --exit-zero --max-complexity=16 --max-line-length=127 --statistics - name: Test with pytest run: | - pytest + pytest --asyncio-mode=auto markdownlint: