mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-20 14:59:27 +00:00
Fix CI, prepare test on Python 3.9 beta (#2233)
* Test on Python 3.9 beta * Pin Sphinx * Newer version of PyPy
This commit is contained in:
@@ -67,6 +67,7 @@ def test_vector_int():
|
||||
v_int2.clear()
|
||||
assert len(v_int2) == 0
|
||||
|
||||
|
||||
# related to the PyPy's buffer protocol.
|
||||
@pytest.unsupported_on_pypy
|
||||
def test_vector_buffer():
|
||||
|
||||
Reference in New Issue
Block a user