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:
Henry Schreiner
2020-05-31 00:29:30 -04:00
committed by GitHub
parent a54eab92d2
commit a38e5331d7
2 changed files with 43 additions and 16 deletions

View File

@@ -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():