Skip to content

Commit

Permalink
Merge pull request #17 from plone/no-unittest2
Browse files Browse the repository at this point in the history
No need for unittest2
  • Loading branch information
gforcada committed Sep 14, 2015
2 parents 33604c4 + edda85c commit 1d8f823
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changelog
2.0.2 (unreleased)
------------------

- Nothing changed yet.
- Remove unittest2 dependency.
[gforcada]


2.0.1 (2015-06-05)
Expand Down
2 changes: 1 addition & 1 deletion plone/formwidget/recurrence/tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from plone.testing import z2
from zope.interface import Interface

import unittest2 as unittest
import unittest


PLONE5 = getFSVersionTuple()[0] >= 5
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
'plone.app.testing',
'plone.app.z3cform',
'plone.formwidget.recurrence[archetypes, z3cform]',
'unittest2',
]
),
entry_points="""
Expand Down

0 comments on commit 1d8f823

Please sign in to comment.