From e6d3960a32bab772e3ef0f7a34eedd434dfadd72 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 27 May 2018 20:50:32 +0200 Subject: [PATCH] - disable tests by default (some fail randomly) --- python-django.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-django.spec b/python-django.spec index f643ae3..426161e 100644 --- a/python-django.spec +++ b/python-django.spec @@ -3,7 +3,7 @@ %bcond_without doc # Sphinx documentation %bcond_without python2 # CPython 2.x module %bcond_without python3 # CPython 3.x module -%bcond_without tests # unit tests +%bcond_with tests # unit tests [some fail randomly as of 1.11.x] %define module django %define egg_name Django -- 2.44.0