diff --git a/pytest-virtualenv-1.8.0.tar.gz b/pytest-virtualenv-1.8.0.tar.gz deleted file mode 100644 index 3ad2fcf..0000000 --- a/pytest-virtualenv-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54991039df31b23e82f59da2d08ab3ab809cf6eecf89905bdf2927a41f97e1c5 -size 18669 diff --git a/pytest-virtualenv-1.8.1.tar.gz b/pytest-virtualenv-1.8.1.tar.gz new file mode 100644 index 0000000..bfd14f7 --- /dev/null +++ b/pytest-virtualenv-1.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb6d4ad77d198ff19ba4259f78c685b24ec63a528037bc3a488f1c780bc6aa9 +size 18846 diff --git a/python-pytest-virtualenv.changes b/python-pytest-virtualenv.changes index bd7c50a..7e6cff5 100644 --- a/python-pytest-virtualenv.changes +++ b/python-pytest-virtualenv.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 4 04:12:46 UTC 2025 - Steve Kowalik + +- 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 diff --git a/python-pytest-virtualenv.spec b/python-pytest-virtualenv.spec index 0b798d4..2a4ee6c 100644 --- a/python-pytest-virtualenv.spec +++ b/python-pytest-virtualenv.spec @@ -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