commit | a38e5331d7b98f99ac4f7284ef3359b327d99241 | [log] [tgz] |
---|---|---|
author | Henry Schreiner <henry.fredrick.schreiner@cern.ch> | Sun May 31 00:29:30 2020 -0400 |
committer | GitHub <noreply@github.com> | Sun May 31 06:29:30 2020 +0200 |
tree | 865f4983b890b75c1cdcfc1c9e67aafb78e53530 | |
parent | a54eab92d265337996b8e4b4149d9176c2d428a6 [diff] [blame] |
Fix CI, prepare test on Python 3.9 beta (#2233) * Test on Python 3.9 beta * Pin Sphinx * Newer version of PyPy
diff --git a/tests/test_stl_binders.py b/tests/test_stl_binders.py index c7b7e85..c1264c0 100644 --- a/tests/test_stl_binders.py +++ b/tests/test_stl_binders.py
@@ -67,6 +67,7 @@ v_int2.clear() assert len(v_int2) == 0 + # related to the PyPy's buffer protocol. @pytest.unsupported_on_pypy def test_vector_buffer():