From 039a0e5269fe4bc8d5c34ddf0dfdda0faeef91bd Mon Sep 17 00:00:00 2001 From: desert-sailor Date: Fri, 7 Apr 2023 12:56:41 +0800 Subject: [PATCH] add yaml for pytest-asyncio --- python-pytest-asyncio.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python-pytest-asyncio.yaml diff --git a/python-pytest-asyncio.yaml b/python-pytest-asyncio.yaml new file mode 100644 index 0000000..bbbe86b --- /dev/null +++ b/python-pytest-asyncio.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: pytest-dev/pytest-asyncio +tag_prefix: ^v +separator: . -- Gitee