We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9175d commit f529745Copy full SHA for f529745
tools/debian/rules
@@ -76,8 +76,7 @@ execute_after_dh_install-indep:
76
# avoid dh_missing failure
77
rm -r debian/tmp/usr/lib/python*
78
79
-# run pytests *after* installation, so that we can make sure that we installed the right files
80
-execute_after_dh_install-arch:
+ # run pytests *after* installation, so that we can make sure that we installed the right files
81
ifeq (, $(findstring nocheck, $(DEB_BUILD_OPTIONS)))
82
ifeq ($(shell . /etc/os-release; echo $${VERSION_ID:-unstable}),22.04)
83
NO_QUNIT=1 PYTHONPATH=$$(ls -d debian/cockpit-bridge/usr/lib/python3*/dist-packages) python3 -m pytest -vv -k 'not linter and not test_descriptions'
0 commit comments