diff --git a/pybis/src/python/pyproject.toml b/pybis/src/python/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..0c3615d75f83c60d76b3470b1a2ffe58960c154d --- /dev/null +++ b/pybis/src/python/pyproject.toml @@ -0,0 +1,4 @@ +[tool.pytest.ini_options] +filterwarnings = [ + "ignore::urllib3.exceptions.InsecureRequestWarning", +] \ No newline at end of file