]> git.pld-linux.org Git - packages/python-django.git/commitdiff
- disable tests by default (some fail randomly) auto/th/python-django-1.11.13-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 May 2018 18:50:32 +0000 (20:50 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 May 2018 18:50:32 +0000 (20:50 +0200)
python-django.spec

index f643ae3e01875113324696e965caa205f332e04f..426161e683d1efe1b32c34c158eea4db3f231e0d 100644 (file)
@@ -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
This page took 0.105716 seconds and 4 git commands to generate.