tests: disable hobo tests for 1.11

This commit is contained in:
Frédéric Péters 2019-01-03 20:13:28 +01:00
parent 4cd434e631
commit 7b39ac2f0b
1 changed files with 5 additions and 0 deletions

View File

@ -4,9 +4,14 @@ import json
from corbo.models import Subscription
from corbo.hobo_agent.management.commands.hobo_notify import Command
import django
from django.core.management import call_command
from django.db.models import Q
if django.VERSION > (1, 8):
pytest.skip('hobo tests are limited to django 1.8', allow_module_level=True)
NOTIFICATION = {'@type': 'provision',
'objects': {'@type': 'user',
'data': [