Skip to content
Snippets Groups Projects
Commit 9b3a6a76 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Skip pybind11 test if cppimport not installed

parent 432d8a52
Branches
Tags release/0.4.1
No related merge requests found
......@@ -81,6 +81,9 @@ def test_torch_native_compilation_cpu():
def test_pybind11_compilation_cpu():
pytest.importorskip('pybind11')
pytest.importorskip('cppimport')
module_name = "Olololsada"
target = 'cpu'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment