Skip to content

Commit

Permalink
remove test that does not pass in python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Jun 17, 2017
1 parent f9af80d commit 3540fe2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_descriptors.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
XmlElementAttributeDict, XmlAttributeList, XmlReagentLabelList
from pyclarity_lims.entities import Artifact
from pyclarity_lims.lims import Lims
from tests import print_etree, elements_equal
from tests import elements_equal

if version_info[0] == 2:
from mock import Mock
Expand Down Expand Up @@ -517,8 +517,6 @@ def test_set_list(self):
assert len(el) == 2
assert el[0] == a3
assert el[1] == a4
with pytest.raises(ValueError):
el[0:2] = [a3, a4, a5]


class TestInputOutputMapList(TestCase):
Expand Down

0 comments on commit 3540fe2

Please sign in to comment.