From b3fb0079d688a16af207ea6d256ae29454a4b65a Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Thu, 15 Mar 2018 12:04:12 -0700 Subject: Change test to import pyext._message --- appveyor.yml | 2 +- config.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b52be319..9c185e80 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -126,7 +126,7 @@ test_script: - mkdir for_testing - cd for_testing - python --version - - python -c "import google.protobuf;" + - python -c "from google.protobuf.pyext import _message;" - cd .. artifacts: diff --git a/config.sh b/config.sh index 55c5adfe..9d9e7483 100644 --- a/config.sh +++ b/config.sh @@ -53,5 +53,5 @@ function build_wheel { function run_tests { # Runs tests on installed distribution from an empty directory python --version - python -c "import google.protobuf;" + python -c "from google.protobuf.pyext import _message;" } -- cgit v1.2.3