Merge branch 'pybind:master' into master

This commit is contained in:
Steve R. Sun 2023-03-10 08:25:37 +08:00 committed by GitHub
commit decc032e37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,6 @@ def test_importing():
from pybind11_tests.modules import OD
assert OD is OrderedDict
assert str(OD([(1, "a"), (2, "b")])) == "OrderedDict([(1, 'a'), (2, 'b')])"
def test_pydoc():