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