14
0

- Add fix-tests-hookimpls.patch to fix tests with latest pytest in

Factory.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=138
This commit is contained in:
2023-10-03 07:10:47 +00:00
committed by Git OBS Bridge
parent 01cc60728c
commit ca99656e79
3 changed files with 21 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ Summary: Virtual Python Environment builder
License: MIT
URL: http://www.virtualenv.org/
Source: https://files.pythonhosted.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
# PATCH-FIX-OPENSUSE fix-tests-hookimpls.patch
Patch1: fix-tests-hookimpls.patch
BuildRequires: %{python_module distlib >= 0.3.7}
BuildRequires: %{python_module filelock >= 3.12.2}
BuildRequires: %{python_module hatch-vcs >= 0.3}