[pybind11] 05/13: Test query of includes via pybind11

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Sep 14 11:28:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch experimental
in repository pybind11.

commit 6759e38b61170a7cb0e2f20ffa4d46c18d2dac67
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Sep 14 10:53:42 2017 +0100

    Test query of includes via pybind11
---
 debian/tests/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index 38490b5..bf34a35 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -50,7 +50,7 @@ Test-Command: set -e
  ; for py in $(pyversions -r 2>/dev/null)
  ; do cd "$AUTOPKGTEST_TMP"
  ; echo "Testing with $py:"
- ; $py -c "import pybind11; print(pybind11.get_include())"
+ ; $py -m pybind11 --includes
  ; done
 Depends: python-all, python-pybind11
 
@@ -58,6 +58,6 @@ Test-Command: set -e
  ; for py in $(py3versions -r 2>/dev/null)
  ; do cd "$AUTOPKGTEST_TMP"
  ; echo "Testing with $py:"
- ; $py -c "import pybind11; print(pybind11.get_include())"
+ ; $py -m pybind11 --includes
  ; done
 Depends: python3-all, python3-pybind11

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pybind11.git



More information about the debian-science-commits mailing list