Skip to content

Commit e116900

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
Conflicts: cluster/test/test_hierarchical.py pytest.ini
2 parents 7fefadd + e7702d6 commit e116900

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

cluster/test/test_hierarchical.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,6 @@ def testClusterLen0(self):
6565

6666
class HClusterIntegerTestCase(Py23TestCase):
6767

68-
def __init__(self, *args, **kwargs):
69-
super(HClusterIntegerTestCase, self).__init__(*args, **kwargs)
70-
if hexversion < 0x030000f0:
71-
self.assertCItemsEqual = self.assertItemsEqual
72-
else:
73-
self.assertCItemsEqual = self.assertCountEqual
74-
7568
def setUp(self):
7669
self.__data = [791, 956, 676, 124, 564, 84, 24, 365, 594, 940, 398,
7770
971, 131, 365, 542, 336, 518, 835, 134, 391]

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[pytest]
2+
looponfailroots = cluster
23
norecursedirs = env env3 env3_nonumpy .git

0 commit comments

Comments
 (0)