-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update python-tox to version 4.14.2 / rev 57 via SR 1206399
https://build.opensuse.org/request/show/1206399 by user mcepl + anag+factory - Skip test_skip_develop_mode (gh#tox-dev/tox#3399) - Rename patches: - 0001-Make-use-of-devpi_process-optional.patch to optional_devpi_process.patch - 0002-skip-test-which-require-network-access.patch to mark-network-tests.patch which removes these two patches: - 0001-Make-use-of-devpi_process-optional.patch - 0002-skip-test-which-require-network-access.patch
- Loading branch information
1 parent
8add7c7
commit 90d355a
Showing
6 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
------------------------------------------------------------------- | ||
Tue Oct 8 19:20:42 UTC 2024 - Matej Cepl <[email protected]> | ||
|
||
- Skip test_skip_develop_mode (gh#tox-dev/tox#3399) | ||
- Rename patches: | ||
- 0001-Make-use-of-devpi_process-optional.patch to optional_devpi_process.patch | ||
- 0002-skip-test-which-require-network-access.patch to mark-network-tests.patch | ||
which removes these two patches: | ||
- 0001-Make-use-of-devpi_process-optional.patch | ||
- 0002-skip-test-which-require-network-access.patch | ||
|
||
------------------------------------------------------------------- | ||
Wed Mar 27 16:33:24 UTC 2024 - ecsos <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,8 +29,12 @@ Summary: Virtualenv-based automation of test activities | |
License: MIT | ||
URL: https://github.com/tox-dev/tox | ||
Source: https://files.pythonhosted.org/packages/source/t/tox/tox-%{version}.tar.gz | ||
Patch0: 0001-Make-use-of-devpi_process-optional.patch | ||
Patch1: 0002-skip-test-which-require-network-access.patch | ||
# PATCH-FIX-OPENSUSE optional_devpi_process.patch [email protected] | ||
# Make use devpi_process optional | ||
Patch0: optional_devpi_process.patch | ||
# PATCH-FEATURE-UPSTREAM mark-network-tests.patch [email protected] | ||
# to skip test which require network access | ||
Patch1: mark-network-tests.patch | ||
BuildRequires: %{python_module base >= 3.8} | ||
BuildRequires: %{python_module build >= 0.10.0} | ||
BuildRequires: %{python_module cachetools >= 5.3.2} | ||
|
@@ -147,6 +151,8 @@ donttest+=" or test_python_generate_hash_seed" | |
donttest+=" or test_bad_env_var" | ||
# this test doesn't work on Leap | ||
donttest+=" or test_package_cmd_builder" | ||
# gh#tox-dev/tox#3399 | ||
donttest+=" or test_skip_develop_mode" | ||
|
||
%{python_expand # tests expect an active virtualenv with a clean python name as sys.executable | ||
virtualenv-%{$python_bin_suffix} --system-site-packages testenv-%{$python_bin_suffix} | ||
|