File: rules

package info (click to toggle)
git-review 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 468 kB
  • sloc: python: 2,722; makefile: 150
file content (13 lines) | stat: -rwxr-xr-x 397 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

UPSTREAM_GIT = https://opendev.org/opendev/git-review
include /usr/share/openstack-pkg-tools/pkgos.make

export PYBUILD_NAME=git-review

%:
	dh $@ --with python3 --buildsystem=pybuild

# We only run unit tests here...
override_dh_auto_test:
	pkgos-dh_auto_test --no-py2 'git_review\.tests\.test_unit\.(?!(.*GitReviewUnitTest\.test_track.*|.*GitReviewUnitTest\.test_notify.*))'