From 4435ad3ba30d95781eaed0ef2416d70ad7436dcb Mon Sep 17 00:00:00 2001 From: zhaocong <12735801+zhaocong913@user.noreply.gitee.com> Date: Wed, 16 Apr 2025 02:10:56 +0000 Subject: [PATCH] update pytest.spec. Signed-off-by: zhaocong <12735801+zhaocong913@user.noreply.gitee.com> --- pytest.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.spec b/pytest.spec index b79d23c..74bc338 100644 --- a/pytest.spec +++ b/pytest.spec @@ -4,7 +4,7 @@ Release: 1 Summary: Simple powerful testing with Python License: MIT URL: https://pytest.org -Source0: https://files.pythonhosted.org/packages/80/1f/9d8e98e4133ffb16c90f3b405c43e38d3abb715bb5d7a63a5a684f7e46a3/%{name}-%{version}.tar.gz +Source0: pytest-7.4.4.tar.gz %bcond_with tests %bcond_with optional_tests -- Gitee