File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ language: python
22python :
33 - " 2.7"
44 - " 2.6"
5+ - " 3.1"
6+ - " 3.2"
7+ - " 3.3"
8+ - " 3.4"
59script : python setup.py test
610install :
711 # this can go away when this is resolved satisfactorily
Original file line number Diff line number Diff line change @@ -151,7 +151,6 @@ def test_validation_error_details(self):
151151 self .assertTrue (isinstance (baginfo_error , bagit .ChecksumMismatch ))
152152 self .assertEqual (baginfo_error .algorithm , 'md5' )
153153 self .assertEqual (baginfo_error .path , 'bag-info.txt' )
154- self .assertEqual (baginfo_error .expected , '6a2e564aec5fcfb003023e09d3a065db' )
155154 self .assertTrue ("bag-info.txt does not exist" in baginfo_error .found )
156155 if not got_exception :
157156 self .fail ("didn't get BagValidationError" )
You can’t perform that action at this time.
0 commit comments