Skip to content
Snippets Groups Projects
Commit fd06241b authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Make failing a some flake8 tests cause the testsuite to fail. (Currently just "undefined name")

parent b1a904a3
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ Build-Depends:
dpkg-dev (>= 1.17.14),
device-tree-compiler (>= 1.4.2) <!nocheck>,
enjarify <!nocheck>,
flake8 <!nocheck>,
fontforge-extras <!nocheck>,
fp-utils <!nocheck>,
ghc <!nocheck>,
......
......@@ -23,6 +23,7 @@ export PATH := $(CURDIR)/bin:$(PATH)
export PYBUILD_DESTDIR = debian/diffoscope
export PYBUILD_TEST_ARGS = -vv -r sxX -l --cov=diffoscope --cov-report=term-missing --cov-report=html
export PYBUILD_AFTER_TEST = debian/tests/basic-command-line
export PYBUILD_BEFORE_TEST = flake8
export PYBUILD_AFTER_INSTALL = rm -rvf '{destdir}/{install_dir}/htmlcov' '{destdir}/{install_dir}/.coverage'
ifneq ($(JENKINS_EXPORTS_DIR),)
......
[flake8]
select=F821
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment