File: rules

package info (click to toggle)
pylint-common 0.2.5-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: python: 86; makefile: 7; sh: 2
file content (15 lines) | stat: -rwxr-xr-x 446 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
#export DH_VERBOSE=1
#export DEB_BUILD_OPTIONS=nocheck
export PYBUILD_NAME=pylint-common

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

override_dh_auto_test:
	: disable the tests, as they fail with the new Pylint
	: https://github.com/landscapeio/pylint-common/issues
	: https://bugs.debian.org/884220
#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
#	PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=. python3 test/test_func.py
#endif