]> git.pld-linux.org Git - packages/python3-Uranium.git/commitdiff
- disable tests (fail on builders only)
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 2 Nov 2019 18:39:57 +0000 (19:39 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 2 Nov 2019 18:40:25 +0000 (19:40 +0100)
python3-Uranium.spec

index 274ba3ec9e1eac94c9cb967e930f4e7947ed522b..f4559abcb357c6a590c444dde3626956c64fb052 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+%bcond_with    tests   # do not perform "make test"
+
 %define                module          Uranium
 Summary:       A Python framework for building desktop applications
 Name:          python3-%{module}
@@ -69,7 +73,7 @@ cd build
 %{__make}
 %{__make} doc
 
-%{__make} test
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.073194 seconds and 4 git commands to generate.