diff --git a/test/test_sabr/conftest.py b/test/test_sabr/conftest.py new file mode 100644 index 000000000..f693c576e --- /dev/null +++ b/test/test_sabr/conftest.py @@ -0,0 +1,3 @@ +import pytest + +pytest.importorskip('protobug', reason='protobug is not installed')