Skip to content
Snippets Groups Projects
Commit 2b53f516 authored by Michael R. Crusoe's avatar Michael R. Crusoe :gay_pride_flag:
Browse files

Skip "test_detect_changes_in_html", only of interest to developers. Closes: #1101866.

parent 40a03843
No related branches found
No related tags found
Loading
Pipeline #847541 failed
......@@ -6,6 +6,8 @@ python-schema-salad (8.8.20241206093842-3) UNRELEASED; urgency=medium
* docs: link to other packages docs as well.
* d/control: build-dep on graphviz for the docs.
* d/lintian-overrides: freshen
* Skip "test_detect_changes_in_html", only of interest to developers.
Closes: #1101866.
-- Michael R. Crusoe <crusoe@debian.org> Thu, 30 Jan 2025 11:04:04 +0100
......
......@@ -5,7 +5,7 @@ DH_VERBOSE := 1
include /usr/share/dpkg/default.mk
export PYBUILD_NAME=schema-salad
export PYBUILD_TEST_ARGS=-rsfE $(DEB_BUILD_OPTION_PARALLEL:%=-n %) -k 'not (test_secondaryFiles or test_outputBinding or test_yaml_tab_error or test_bad_schemas or test_load_by_yaml_metaschema)' --pyargs schema_salad
export PYBUILD_TEST_ARGS=-rsfE $(DEB_BUILD_OPTION_PARALLEL:%=-n %) -k 'not (test_secondaryFiles or test_outputBinding or test_yaml_tab_error or test_bad_schemas or test_load_by_yaml_metaschema or test_detect_changes_in_html)' --pyargs schema_salad
export SCHEMA_SALAD_USE_MYPYC=1
export MYPYPATH=$(CURDIR)/mypy-stubs
......
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