Report C++ Info: via pytest_report_header() (#4046)

* Report `C++ Info:` from `pytest_configure()`

* Use pytest_report_header() as suggested by @skylion007
This commit is contained in:
Ralf W. Grosse-Kunstleve
2022-07-07 17:51:44 -07:00
committed by GitHub
parent cd08869df1
commit 85bc088441
3 changed files with 40 additions and 1 deletions

View File

@@ -38,6 +38,7 @@
# define PYBIND11_CPP17
# if __cplusplus >= 202002L
# define PYBIND11_CPP20
// Please update tests/pybind11_tests.cpp `cpp_std()` when adding a macro here.
# endif
# endif
# endif