From 720b8da89d6df4e7601299a21d524ddfc6d7feb0 Mon Sep 17 00:00:00 2001 From: Benjamin A. Beasley Date: Dec 07 2021 16:51:49 +0000 Subject: Trivial adjustment to test exclusion --- diff --git a/python-asyncpg.spec b/python-asyncpg.spec index 3b659e2..6426c92 100644 --- a/python-asyncpg.spec +++ b/python-asyncpg.spec @@ -135,7 +135,7 @@ ln -s %{buildroot}%{python3_sitearch}/asyncpg/ # Do not run flake8 code style tests, which may fail; besides, we have patched # flake8 and pycodestyle out of the test dependencies -k='not TestFlake8' +k="${k-}${k+ and }not TestFlake8" %pytest -k "${k}"