From e4a3f193f3f2672d67b8fba1f1ac45101cc42293 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: May 27 2020 05:14:31 +0000 Subject: Drop build dependency on flake8 --- diff --git a/python-theano-flake8.patch b/python-theano-flake8.patch deleted file mode 100644 index 8f581ab..0000000 --- a/python-theano-flake8.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- setup.cfg.orig 2019-01-15 14:13:57.000000000 -0700 -+++ setup.cfg 2019-07-31 12:47:02.773919614 -0600 -@@ -3,7 +3,7 @@ match=^test - nocapture=1 - - [flake8] --ignore=E501,E123,E133,FI12,FI14,FI15,FI50,FI51,FI53 -+ignore=E117,E123,E133,E305,E501,E741,E742,FI12,FI14,FI15,FI50,FI51,FI53,F401,F403,F405,F632,F811,F821,F841,W504,W605 - - [versioneer] - VCS = git ---- theano/tests/test_flake8.py.orig 2019-01-15 14:13:57.000000000 -0700 -+++ theano/tests/test_flake8.py 2019-07-31 12:50:31.347642299 -0600 -@@ -37,8 +37,9 @@ __contact__ = "Saizheng Zhang