mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Remove skip
This commit is contained in:
parent
61e156b385
commit
79fec52e90
1 changed files with 0 additions and 3 deletions
|
|
@ -1,6 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from unittest import skip
|
||||
|
||||
from django.core import management
|
||||
from django.core.management.base import CommandError
|
||||
from django.db import connection
|
||||
|
|
@ -25,7 +23,6 @@ class TestMgmtCommands(TestCase):
|
|||
def test_add_category_fields_app(self):
|
||||
management.call_command('add_category_fields', 'flatpages', verbosity=0)
|
||||
|
||||
@skip("Breaks with Django > 2. Skipping until it can be fixed.")
|
||||
def test_drop_category_field(self):
|
||||
management.call_command('drop_category_field', 'flatpages', 'flatpage', 'category', verbosity=0)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue