From 29e71dfa206290052c7e26864b2829774bb93b6c Mon Sep 17 00:00:00 2001 From: Harris Tzovanakis Date: Wed, 11 Dec 2024 15:58:57 +0100 Subject: [PATCH] global: backport data to python 2 --- run-tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/run-tests.sh b/run-tests.sh index a8a6cd90..d7755fef 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -23,7 +23,6 @@ isort -rc -c --skip docs/conf.py -df **/*.py && \ pytest \ - --pep8 \ --cov=inspire_schemas \ --cov-report=term-missing \ --capture=sys \