python-intelhex / intelhex

Python IntelHex library
BSD 3-Clause "New" or "Revised" License
201 stars 107 forks source link

Bump scripts version to allow tests to pass. #26

Closed andrey-komarov closed 4 years ago

andrey-komarov commented 5 years ago

Currently, when run ./setup.py test, following errors can be seen:

======================================================================
FAIL: test_sripts_hexmerge_version (intelhex.test.TestInSubprocess)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/intelhex-2.2.1/intelhex/test.py", line 1660, in test_sripts_hexmerge_version
    self.versionChecker('%s scripts/hexmerge.py --version')
  File "/build/intelhex-2.2.1/intelhex/test.py", line 1641, in versionChecker
    self.assertEqual(version_str, output.rstrip())
AssertionError: '2.2.1' != '2.2'
- 2.2.1
?    --
+ 2.2

Bumping version in scripts resolves the issue.

bialix commented 5 years ago

Sorry for not working on your pull request. I'm looking for a new maintainer for Python IntelHex project. I hope someone will help.