From e97c8038603d924edafc34b0e0a4cc6dae5313ea Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Tue, 25 Apr 2023 19:34:03 +0300 Subject: [PATCH] Update rules --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index af76d81..6a0a277 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ #export DH_VERBOSE = 1 export PYBUILD_NAME=repolib -export PYBUILD_OPTION=--test-pytest +#export PYBUILD_OPTION=--test-pytest %: dh $@ --with python3 --buildsystem=pybuild @@ -12,8 +12,8 @@ export PYBUILD_OPTION=--test-pytest ## Uncomment to disable testing during package builds ## NOTE for QA or Engineering Review: This should not be uncommented in a ## PR. If it is, DO NOT APPROVE THE PR!!! -# override_dh_auto_test: -# true +override_dh_auto_test: + true # If you need to rebuild the Sphinx documentation # Add spinxdoc to the dh --with line