Skip to content

Commit

Permalink
bump pybind11 up to latest release (#874)
Browse files Browse the repository at this point in the history
* bump pybind11 up to latest release

* Update baseline for new way that pybind11 is stringifying the exception class.

Co-authored-by: ssteinbach <[email protected]>
  • Loading branch information
ssteinbach and ssteinbach authored Mar 2, 2021
1 parent fef8e15 commit 5676338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/deps/pybind11
Submodule pybind11 updated 213 files
2 changes: 1 addition & 1 deletion tests/test_image_sequence_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def test_repr(self):
'frame_step=3, '
'rate=30.0, '
'frame_zero_padding=5, '
'missing_frame_policy=MissingFramePolicy.error, '
'missing_frame_policy=<MissingFramePolicy.error: 0>, '
'available_range={}, '
"metadata={{'custom': {{'foo': 'bar'}}}}"
')'.format(repr(ref.available_range))
Expand Down

0 comments on commit 5676338

Please sign in to comment.