Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-subunit2sql
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenStack
libs
python-subunit2sql
Commits
c971922d
Commit
c971922d
authored
4 years ago
by
Thomas Goirand
Browse files
Options
Downloads
Patches
Plain Diff
Skip tests: tests.test_shell.TestMain.test_main fix FTBFS (Closes: #963368)
parent
a7222637
Branches
debian/antelope
debian/bobcat
debian/caracal
debian/dalmatian
debian/epoxy
debian/ussuri
debian/victoria
debian/wallaby
debian/xena
debian/yoga
debian/zed
Tags
debian/1.10.0-4
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+6
-2
6 additions, 2 deletions
debian/changelog
debian/python3-subunit2sql.install
+1
-0
1 addition, 0 deletions
debian/python3-subunit2sql.install
debian/rules
+4
-3
4 additions, 3 deletions
debian/rules
with
11 additions
and
5 deletions
debian/changelog
+
6
−
2
View file @
c971922d
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
...
...
This diff is collapsed.
Click to expand it.
debian/python3-subunit2sql.install
0 → 100644
+
1
−
0
View file @
c971922d
/
usr
This diff is collapsed.
Click to expand it.
debian/rules
+
4
−
3
View file @
c971922d
...
...
@@ -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)))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment