Skip to content
Snippets Groups Projects
Commit c971922d authored by Thomas Goirand's avatar Thomas Goirand
Browse files

Skip tests: tests.test_shell.TestMain.test_main fix FTBFS (Closes: #963368)

python-subunit2sql (1.10.0-4) UNRELEASED; urgency=medium
python-subunit2sql (1.10.0-4) unstable; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.1.
-- Ondřej Nový <onovy@debian.org> Thu, 18 Jul 2019 16:38:31 +0200
[ Thomas Goirand ]
* Skip tests: tests.test_shell.TestMain.test_main fix FTBFS (Closes: #963368)
-- Thomas Goirand <zigo@debian.org> Thu, 25 Jun 2020 10:48:33 +0200
python-subunit2sql (1.10.0-3) unstable; urgency=medium
......
/usr
......@@ -13,13 +13,14 @@ override_dh_auto_build:
echo "Do nothing..."
override_dh_auto_install:
pkgos-dh_auto_install --no-py2
pkgos-dh_auto_install --no-py2 --in-tmp
override_dh_auto_test:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
pkgos-dh_auto_test --no-py2 'subunit2sql\.tests\.(?!.*test_shell\.TestProcessResults\.test_process_results_no_results.*|.*migrations\.test_migrations\.TestWalkMigrations\.test_sqlite_opportunistically.*)'
pkgos-dh_auto_test --no-py2 'subunit2sql\.tests\.(?!.*test_shell\.TestProcessResults\.test_process_results_no_results.*|.*migrations\.test_migrations\.TestWalkMigrations\.test_sqlite_opportunistically.*|.*test_shell\.TestMain\.test_main.*)'
endif
override_dh_auto_test:
echo "Do nothing..."
override_dh_sphinxdoc:
ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
......
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