Merge branch 'gmazzamuto-pybuf_test'

* gmazzamuto-pybuf_test:
  pybuffer: don't use the old deprecated buffer protocol for Python 3
  Enable test case for python_pybuf
This commit is contained in:
William S Fulton 2018-08-12 14:19:40 +01:00
commit 33f3dbb005
3 changed files with 53 additions and 19 deletions

View file

@ -66,6 +66,7 @@ CPP_TEST_CASES += \
python_moduleimport \
python_overload_simple_cast \
python_pickle \
python_pybuf \
python_pythoncode \
python_richcompare \
python_strict_unicode \
@ -77,7 +78,6 @@ CPP_TEST_CASES += \
# li_std_carray
# director_profile
# python_pybuf
CPP11_TEST_CASES = \
cpp11_hash_tables \