remove pybind11 to readd as subtree

This commit is contained in:
Thomas Kunze
2020-10-28 21:09:35 +01:00
parent e0bb23cd3f
commit 54e3f6cb12
183 changed files with 0 additions and 42339 deletions

View File

@@ -1,15 +0,0 @@
[pytest]
minversion = 3.0
norecursedirs = test_cmake_build test_embed
addopts =
# show summary of skipped tests
-rs
# capture only Python print and C++ py::print, but not C output (low-level Python errors)
--capture=sys
filterwarnings =
# make warnings into errors but ignore certain third-party extension issues
error
# importing scipy submodules on some version of Python
ignore::ImportWarning
# bogus numpy ABI warning (see numpy/#432)
ignore:.*numpy.dtype size changed.*:RuntimeWarning