mirror of
https://github.com/pybind/pybind11.git
synced 2025-01-19 09:25:51 +00:00
assert pybind11_tests.compiler_info is not None
This commit is contained in:
parent
491c2c7983
commit
d8280df5d5
@ -203,5 +203,8 @@ def pytest_configure():
|
||||
pybind11_tests.PYBIND11_INTERNALS_ID,
|
||||
flush=True,
|
||||
)
|
||||
assert (
|
||||
pybind11_tests.compiler_info is not None
|
||||
), "Please update pybind11_tests.cpp if this assert fails."
|
||||
pytest.suppress = suppress
|
||||
pytest.gc_collect = gc_collect
|
||||
|
Loading…
Reference in New Issue
Block a user