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:
commit
068c043727
BIN
pytest-virtualenv-1.8.0.tar.gz
(Stored with Git LFS)
BIN
pytest-virtualenv-1.8.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
pytest-virtualenv-1.8.1.tar.gz
Normal file
3
pytest-virtualenv-1.8.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1bb6d4ad77d198ff19ba4259f78c685b24ec63a528037bc3a488f1c780bc6aa9
|
||||||
|
size 18846
|
@ -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>
|
Mon Nov 4 11:47:43 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pytest-virtualenv
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,9 +18,6 @@
|
|||||||
|
|
||||||
%global flavor @BUILD_FLAVOR@%{nil}
|
%global flavor @BUILD_FLAVOR@%{nil}
|
||||||
%if "%{flavor}" == "test"
|
%if "%{flavor}" == "test"
|
||||||
# https://github.com/man-group/pytest-plugins/issues/220
|
|
||||||
%define skip_python312 1
|
|
||||||
%define skip_python313 1
|
|
||||||
%define psuffix -test
|
%define psuffix -test
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
%else
|
%else
|
||||||
@ -29,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pytest-virtualenv%{psuffix}
|
Name: python-pytest-virtualenv%{psuffix}
|
||||||
Version: 1.8.0
|
Version: 1.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Virtualenv fixture for pytest
|
Summary: Virtualenv fixture for pytest
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user