- 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/package/show/devel:languages:python:pytest/python-pytest-virtualenv?expand=0&rev=19
This commit is contained in:
2025-02-04 04:14:52 +00:00
committed by Git OBS Bridge
parent 076bc6424f
commit d9f2213be7
4 changed files with 13 additions and 8 deletions

Binary file not shown.

BIN
pytest-virtualenv-1.8.1.tar.gz LFS Normal file

Binary file not shown.

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