Skip to content

synchronize pypi version with the tag 1.10.0 #130

@fblackburn1

Description

@fblackburn1

Do you plan to synchronize the pypi version with the 1.10.0 tag?
Currently, the pypi version is synced to the release-1.10 branch but do not contains some quick fix that is in the 1.10.0 tag

Quick fix: b68b70d#diff-d8329dda1453e5b8c0430eb4d945610eR34

Now, with the pypi version, I get a lot of

  File "/home/francois/.virtualenvs/dao/lib/python3.7/site-packages/hamcrest/core/assert_that.py", line 45, in assert_that
    _assert_match(actual=arg1, matcher=arg2, reason=arg3)
  File "/home/francois/.virtualenvs/dao/lib/python3.7/site-packages/hamcrest/core/assert_that.py", line 53, in _assert_match
    if not matcher.matches(actual):
  File "/home/francois/.virtualenvs/dao/lib/python3.7/site-packages/hamcrest/core/core/described_as.py", line 20, in matches
    return self.matcher.matches(item, mismatch_description)
  File "/home/francois/.virtualenvs/dao/lib/python3.7/site-packages/hamcrest/core/core/allof.py", line 20, in matches
    if not matcher.matches(item):
  File "/home/francois/.virtualenvs/dao/lib/python3.7/site-packages/hamcrest/core/base_matcher.py", line 27, in matches
    match_result = self._matches(item)
  File "/home/francois/.virtualenvs/dao/lib/python3.7/site-packages/hamcrest/library/object/hasproperty.py", line 26, in _matches
    return self.value_matcher.matches(value)
  File "/home/francois/.virtualenvs/dao/lib/python3.7/site-packages/hamcrest/library/collection/issequence_containinginanyorder.py", line 54, in matches
    if not matchsequence.matches(item):
  File "/home/francois/.virtualenvs/dao/lib/python3.7/site-packages/hamcrest/library/collection/issequence_containinginanyorder.py", line 16, in matches
    return self.isnotsurplus(item) and self.ismatched(item)
  File "/home/francois/.virtualenvs/dao/lib/python3.7/site-packages/hamcrest/library/collection/issequence_containinginanyorder.py", line 36, in ismatched
    if matcher.matches(item):
  File "/home/francois/.virtualenvs/dao/lib/python3.7/site-packages/hamcrest/core/core/described_as.py", line 20, in matches
    return self.matcher.matches(item, mismatch_description)
  File "/home/francois/.virtualenvs/dao/lib/python3.7/site-packages/hamcrest/core/core/allof.py", line 29, in matches
    mismatch_description.append_text(" and ")
AttributeError: 'NoneType' object has no attribute 'append_text'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions