From a80d527aeeea5c372df775703a29a0afc83752a824299a1ad9ba6068b6a3106e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 19 Mar 2021 08:44:07 +0000 Subject: [PATCH] Accepting request 880053 from home:mcepl:branches:devel:languages:python:pytest - Don't skip test_C416_fail_1_list, because it has been fixed in python-pytest-flake8dir. OBS-URL: https://build.opensuse.org/request/show/880053 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-comprehensions?expand=0&rev=14 --- python-flake8-comprehensions.changes | 6 ++++++ python-flake8-comprehensions.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-flake8-comprehensions.changes b/python-flake8-comprehensions.changes index 6f47e0c..fc2eb69 100644 --- a/python-flake8-comprehensions.changes +++ b/python-flake8-comprehensions.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 19 08:36:26 UTC 2021 - Matej Cepl + +- Don't skip test_C416_fail_1_list, because it has been fixed in + python-pytest-flake8dir. + ------------------------------------------------------------------- Thu Mar 18 12:59:11 UTC 2021 - Matej Cepl diff --git a/python-flake8-comprehensions.spec b/python-flake8-comprehensions.spec index 456ba12..d5d0c35 100644 --- a/python-flake8-comprehensions.spec +++ b/python-flake8-comprehensions.spec @@ -52,8 +52,7 @@ A flake8 plugin that helps you write better list/set/dict comprehensions. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# gh#adamchainz/flake8-comprehensions#313 -%pytest -k 'not test_C416_fail_1_list' +%pytest %files %{python_files} %license LICENSE