summaryrefslogtreecommitdiff
path: root/app-misc/piper/files/piper-0.5.1-disable-flake8-linting.patch
blob: a0ede6671e0465e56243138b1c141b2d7f778d04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Remove linting test that is broken upstream.
Bug: https://bugs.gentoo.org/807205

--- piper-0.5.1/meson.build
+++ piper-0.5.1/meson.build
@@ -119,11 +119,3 @@
                configuration: config_piper_devel)
 
 meson.add_install_script('meson_install.sh')
-
-flake8 = find_program('flake8', required: false)
-if flake8.found()
-    test('flake8', flake8,
-         args: ['--ignore=E501,W504',
-                join_paths(meson.source_root(), 'piper'),
-                join_paths(meson.source_root(), 'piper.in')])
-endif