From 975f66f2eebe9dadba04f275774d4ab83f74cf25 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 14:04:41 +0200 Subject: Adding upstream version 7.7.0+dfsg. Signed-off-by: Daniel Baumann --- ansible_collections/splunk/es/pyproject.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ansible_collections/splunk/es/pyproject.toml (limited to 'ansible_collections/splunk/es/pyproject.toml') diff --git a/ansible_collections/splunk/es/pyproject.toml b/ansible_collections/splunk/es/pyproject.toml new file mode 100644 index 000000000..96ec36d26 --- /dev/null +++ b/ansible_collections/splunk/es/pyproject.toml @@ -0,0 +1,11 @@ +[tool.black] +line-length = 79 + +[tool.pytest.ini_options] +addopts = ["-vvv", "-n", "2", "--log-level", "WARNING", "--color", "yes"] +testpaths = [ + "tests", +] +filterwarnings = [ + 'ignore:AnsibleCollectionFinder has already been configured', +] \ No newline at end of file -- cgit v1.2.3