Accepting request 1242954 from devel:languages:python:pytest

- Update to 1.8.1:
  * Added default to install editable packages by using direct_url.json,
    if it exists
- Test with all Python versions.

OBS-URL: https://build.opensuse.org/request/show/1242954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-virtualenv?expand=0&rev=8
This commit is contained in:
Ana Guerrero 2025-02-04 17:13:08 +00:00 committed by Git OBS Bridge
commit 068c043727
4 changed files with 13 additions and 8 deletions

BIN
pytest-virtualenv-1.8.0.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1bb6d4ad77d198ff19ba4259f78c685b24ec63a528037bc3a488f1c780bc6aa9
size 18846

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Feb 4 04:12:46 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.8.1:
* Added default to install editable packages by using direct_url.json,
if it exists
- Test with all Python versions.
-------------------------------------------------------------------
Mon Nov 4 11:47:43 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pytest-virtualenv
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,9 +18,6 @@
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
# https://github.com/man-group/pytest-plugins/issues/220
%define skip_python312 1
%define skip_python313 1
%define psuffix -test
%bcond_without test
%else
@ -29,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-pytest-virtualenv%{psuffix}
Version: 1.8.0
Version: 1.8.1
Release: 0
Summary: Virtualenv fixture for pytest
License: MIT