From c881b474072b4d8eb62a16624d0f193671b72b0c Mon Sep 17 00:00:00 2001 From: Josh Marshall Date: Sun, 3 May 2020 18:58:56 -0400 Subject: [PATCH 2/2] Linting To: guix-patches@gnu.org --- gnu/packages/check.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index eda33e283c..93d9da946b 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1427,7 +1427,7 @@ executed.") ("python-async-generator" ,python-async-generator) ("python-hypothesis" ,python-hypothesis))) (home-page "https://github.com/pytest-dev/pytest-asyncio") - (synopsis "Pytest support for asyncio.") + (synopsis "Pytest support for asyncio") (description "Python asyncio code is usually written in the form of coroutines, which makes it slightly more difficult to test using normal testing tools. pytest-asyncio provides useful fixtures and markers to make -- 2.25.1