Compare commits
	
		
			10 Commits
		
	
	
		
	
	| Author | SHA256 | Date | |
|---|---|---|---|
| 6792ec6565 | |||
| eb2a23e4e7 | |||
| d82c6c7198 | |||
| 9242e46e1d | |||
| 6084f60ec9 | |||
| 06bf83207a | |||
| 0d05bdad65 | |||
| d536d4ea8a | |||
| 1d057c1d8b | |||
| 513a306aa5 | 
| @@ -8,25 +8,25 @@ Subject: [PATCH 2/2] skip test which require network access | |||||||
|  .../python/virtual_env/package/test_package_cmd_builder.py     | 1 + |  .../python/virtual_env/package/test_package_cmd_builder.py     | 1 + | ||||||
|  2 files changed, 4 insertions(+) |  2 files changed, 4 insertions(+) | ||||||
| 
 | 
 | ||||||
| diff --git a/pyproject.toml b/pyproject.toml
 | Index: tox-4.23.2/pyproject.toml
 | ||||||
| index 5e9b104a..b81c63ad 100644
 | ===================================================================
 | ||||||
| --- a/pyproject.toml
 | --- tox-4.23.2.orig/pyproject.toml
 | ||||||
| +++ b/pyproject.toml
 | +++ tox-4.23.2/pyproject.toml
 | ||||||
| @@ -147,6 +147,9 @@ count = true
 | @@ -146,6 +146,9 @@ testpaths = [
 | ||||||
|  [tool.pytest.ini_options] |    "tests", | ||||||
|  testpaths = ["tests"] |  ] | ||||||
|  addopts = "--tb=auto -ra --showlocals --no-success-flaky-report" |  addopts = "--tb=auto -ra --showlocals --no-success-flaky-report" | ||||||
| +markers = [
 | +markers = [
 | ||||||
| +    "network: tests requiring network connection",
 | +    "network: tests requiring network connection",
 | ||||||
| +]
 | +]
 | ||||||
|  |  # Keep temporary directories only for failed or errored tests. | ||||||
|  |  tmp_path_retention_policy = "failed" | ||||||
|   |   | ||||||
|  [tool.coverage] | Index: tox-4.23.2/tests/tox_env/python/virtual_env/package/test_package_cmd_builder.py
 | ||||||
|  html.show_contexts = true | ===================================================================
 | ||||||
| diff --git a/tests/tox_env/python/virtual_env/package/test_package_cmd_builder.py b/tests/tox_env/python/virtual_env/package/test_package_cmd_builder.py
 | --- tox-4.23.2.orig/tests/tox_env/python/virtual_env/package/test_package_cmd_builder.py
 | ||||||
| index d29fe257..fb49a984 100644
 | +++ tox-4.23.2/tests/tox_env/python/virtual_env/package/test_package_cmd_builder.py
 | ||||||
| --- a/tests/tox_env/python/virtual_env/package/test_package_cmd_builder.py
 | @@ -86,6 +86,7 @@ def test_install_pkg_via(tox_project: To
 | ||||||
| +++ b/tests/tox_env/python/virtual_env/package/test_package_cmd_builder.py
 |  | ||||||
| @@ -87,6 +87,7 @@ def test_install_pkg_via(tox_project: ToxProjectCreator, mode: str, pkg_with_ext
 |  | ||||||
|   |   | ||||||
|   |   | ||||||
|  @pytest.mark.usefixtures("enable_pip_pypi_access") |  @pytest.mark.usefixtures("enable_pip_pypi_access") | ||||||
| @@ -34,6 +34,3 @@ index d29fe257..fb49a984 100644 | |||||||
|  def test_build_wheel_external(tox_project: ToxProjectCreator, demo_pkg_inline: Path) -> None: |  def test_build_wheel_external(tox_project: ToxProjectCreator, demo_pkg_inline: Path) -> None: | ||||||
|      ini = """ |      ini = """ | ||||||
|      [testenv] |      [testenv] | ||||||
| -- 
 |  | ||||||
| 2.44.0 |  | ||||||
| 
 |  | ||||||
| @@ -1,3 +1,114 @@ | |||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Tue Jul  8 11:50:14 UTC 2025 - Dirk Müller <dmueller@suse.com> | ||||||
|  |  | ||||||
|  | - update to 4.25.0: | ||||||
|  |   * Tests: Adjust expected exception message for Python 3.14.0a6 | ||||||
|  |   * feat(config): Allow ranges in envlist | ||||||
|  | - update to 4.24.2: | ||||||
|  |   * TOX-3117 bugfix -c pyproject with non legacy | ||||||
|  |   * fix(docs): update expected code | ||||||
|  |   * Add missing bracket in config example | ||||||
|  |   * Gh issue 3456 update environment variable documentation | ||||||
|  |   * fix: Respect `--parallel N` with `--parallel-no-spinner` | ||||||
|  |   * TOML set_env file support | ||||||
|  | - update to 4.24.1: | ||||||
|  |   * Adds ability to configure stderr output color | ||||||
|  | - update to 4.24.0: | ||||||
|  |   * fix docs config typo | ||||||
|  |   * Allow users to disable use of pre-commit-uv | ||||||
|  |   * Pass nix-ld related variables by default in pass_env (fixes | ||||||
|  |     #3425) | ||||||
|  |   * Improve testenv docs consistency | ||||||
|  |   * Display exception name when subprocesses raise them | ||||||
|  |   * Fix the CI after setuptools 75.6 change | ||||||
|  |   * Update pre-commit hooks with mypy fix | ||||||
|  |   * Fix a typo in a code block in the User Guide | ||||||
|  |   * Update pre-commit hooks | ||||||
|  |   * 💅 Make SVG image compatible with Firefox | ||||||
|  |   * feat: adding a json schema command | ||||||
|  |  | ||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Tue Dec 10 17:01:25 UTC 2024 - Matej Cepl <mcepl@cepl.eu> | ||||||
|  |  | ||||||
|  | - Ignore failing test_load_dependency_many_extra test case as | ||||||
|  |   well. | ||||||
|  |  | ||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Wed Nov  6 18:21:14 UTC 2024 - ecsos <ecsos@opensuse.org> | ||||||
|  |  | ||||||
|  | - Update to 4.23.2 | ||||||
|  |   - Support external tox.pytest usage via "test" extra in #3422 | ||||||
|  | - Changes from 4.23.1 | ||||||
|  |   - Docs: adjusting EOL Python version testing remarks in #3417 | ||||||
|  |   - Fix example docs in #3421 | ||||||
|  | - Changes from 4.23.0 | ||||||
|  |   - replace tool.pyproject and tool.tox.pyproject with tool.tox in config… in #3411 | ||||||
|  |   - Add NETRC to the default_pass_env list in #3410 | ||||||
|  | - Changes from 4.22.0 | ||||||
|  |   - Fix the fix environment definition in #3407 | ||||||
|  |   - Expose type checking dependencies into an extra in #3404 | ||||||
|  |   - Add dependency-groups support (PEP-735) in #3409 | ||||||
|  | - Changes from 4.21.2 | ||||||
|  |   - Update sdist rules to include tox.toml (#3389) in #3390 | ||||||
|  | - Changes from 4.21.1 | ||||||
|  |   - Fix TOML configuration errors in #3388 | ||||||
|  | - Changes from 4.21.0 | ||||||
|  |   - Update Loader docs in #3352 | ||||||
|  |   - True TOML config support in #3353 | ||||||
|  | - Changes from 4.20.0 | ||||||
|  |   - Separate list dependencies to a separate installer class in #3347 | ||||||
|  | - Changes from 4.19.0 | ||||||
|  |   - Add pypy-major.minor environment name support in #3346 | ||||||
|  | - Changes from 4.18.1 | ||||||
|  |   - Fixup the spec string for sys.executable in #3327 | ||||||
|  |   - Fix issue link in changelog in #3332 | ||||||
|  |   - Properly document the tox_env_teardown hook in #3333 | ||||||
|  |   - Add 3.13 to CI and bump deps in #3339 | ||||||
|  | - Changes from 4.18.0 | ||||||
|  |   - Fix #3278 - Boost temporary directories cleanup in tests in #3323 | ||||||
|  |   - Fix absolute base python paths conflicting in #3325 | ||||||
|  |   - Fix #3318 - Suppress spinner in parallel runs in CI in #3321 | ||||||
|  | - Changes from 4.17.1 | ||||||
|  |   - Fix user guide system overview so nodes don't overlap. in #3307 | ||||||
|  |   - Table with list of default env vars per OS in #3291 | ||||||
|  |   - Add GraalPy and test both GraalPy and Jython env identifiers in #3312 | ||||||
|  |   - Add on platform constat to core in #3315 | ||||||
|  | - Changes from 4.17.0 | ||||||
|  |   - Fix user guide system overview so nodes don't overlap. in #3307 | ||||||
|  |   - Table with list of default env vars per OS in #3291 | ||||||
|  |   - Add GraalPy and test both GraalPy and Jython env identifiers in #3312 | ||||||
|  |   - Add on platform constat to core in #3315 | ||||||
|  | - Changes from 4.16.0 | ||||||
|  |   - Fix two small documentation issues in #3297 | ||||||
|  |   - Fix tests after new setuptools in #3299 | ||||||
|  |   - Add windir to the default list of pass_env variables on Windows in #3303 | ||||||
|  | - Changes from 4.15.1 | ||||||
|  |   - fix skip with package = wheel in #3269 | ||||||
|  |   - Fixed typo in user guide.  in #3277 | ||||||
|  |   - Fix broad build privileges @ GHA release workflow in #3281 | ||||||
|  |   - Allow ConfigSet.add_config to receive parameterized generics for of_type. in #3288 | ||||||
|  |   - Fix section substitution with setenv in #3289 | ||||||
|  | - Changes from 4.15.0 | ||||||
|  |   - Remove duplicated and misleading configuration section in #3251 | ||||||
|  |   - Fix dropped leading characters c from constraints' packages in #3250 | ||||||
|  |   - Fix type-checking in #3260 | ||||||
|  |   - Update installation.rst in #3257 | ||||||
|  |   - Allow appending to deps with the command line in #3259 | ||||||
|  |   - Support multiple override appends in #3261 | ||||||
|  |   - Add bang to invert exit code in #3271 | ||||||
|  |   - fix(parser): Fix --discover parsed incorrectly from env in #3274 | ||||||
|  |  | ||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Tue Oct  8 19:20:42 UTC 2024 - Matej Cepl <mcepl@cepl.eu> | ||||||
|  |  | ||||||
|  | - 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 <ecsos@opensuse.org> | Wed Mar 27 16:33:24 UTC 2024 - ecsos <ecsos@opensuse.org> | ||||||
|  |  | ||||||
| @@ -20,69 +131,30 @@ Mon Mar 25 19:22:38 UTC 2024 - Dan Čermák <dcermak@suse.com> | |||||||
| - Remove unused dependency pytest-randomly | - Remove unused dependency pytest-randomly | ||||||
|  |  | ||||||
| - New upstream release 4.14.2: | - New upstream release 4.14.2: | ||||||
|  |   * Add provision arguments to ToxParser to fix crash when | ||||||
| v4.14.2 (2024-03-22) |     provisioning new tox environment without list-dependencies by | ||||||
| -------------------- |     :user:`seyidaniels` (:issue:`3190`) | ||||||
|  |   * Removed unused line from the 'fresh_subprocess' documentation. | ||||||
| Bugfixes - 4.14.2 |   * Fix crash with fresh subprocess, if the build backend is | ||||||
| ~~~~~~~~~~~~~~~~~ |     setuptools automatically enable fresh subprocesses for | ||||||
| - Add provision arguments to ToxParser to fix crash when provisioning new tox environment without list-dependencies by :user:`seyidaniels` (:issue:`3190`) |     build backend calls - by :user:`gaborbernat`. (:issue:`3235`) | ||||||
|  |   * Support enabling fresh subprocess for packaging build backends | ||||||
| Improved Documentation - 4.14.2 |     via :ref:`fresh_subprocess` - by :user:`gaborbernat`. | ||||||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |   * Allow plugins attaching additional information to ``--version`` | ||||||
| - Removed unused line from the 'fresh_subprocess' documentation. (:issue:`3241`) |     via ``tox_append_version_info`` method in the plugin | ||||||
|  |     module - by :user:`gaborbernat`. (:issue:`3234`) | ||||||
| v4.14.1 (2024-03-06) |   * Extract virtual environment packaging code to its own base | ||||||
| -------------------- |     class not tied to ``virtualenv`` - by :user:`gaborbernat`. | ||||||
|  |   * Documented usage of ``pytest`` with ``tox run-parallel`` | ||||||
| Bugfixes - 4.14.1 |   * Configuration: state in config directive sections their ini | ||||||
| ~~~~~~~~~~~~~~~~~ |     file sections - by :user:`0cjs`. (:issue:`3194`) | ||||||
| - Fix crash with fresh subprocess, if the build backend is setuptools automatically enable fresh subprocesses for |   * Development: summarize important points experienced developers | ||||||
|   build backend calls - by :user:`gaborbernat`. (:issue:`3235`) |     need to know - by :user:`0cjs`. (:issue:`3197`) | ||||||
|  |   * Fixed bug where running with --installpkg and multiple envs | ||||||
| v4.14.0 (2024-03-05) |     could not clean up between tests (:issue:`3165`) | ||||||
| -------------------- |   * Always pass ``FORCE_COLOR`` and ``NO_COLOR`` to the environment | ||||||
|  |   * ``--parallel-no-spinner`` flag now implies ``--parallel`` | ||||||
| Features - 4.14.0 |   * Fix ``open an issue`` link in development.rst (:issue:`3179`) | ||||||
| ~~~~~~~~~~~~~~~~~ |  | ||||||
| - Support enabling fresh subprocess for packaging build backends via :ref:`fresh_subprocess` - by :user:`gaborbernat`. (:issue:`3227`) |  | ||||||
| - Allow plugins attaching additional information to ``--version`` via ``tox_append_version_info`` method in the plugin |  | ||||||
|   module - by :user:`gaborbernat`. (:issue:`3234`) |  | ||||||
|  |  | ||||||
| v4.13.0 (2024-02-16) |  | ||||||
| -------------------- |  | ||||||
|  |  | ||||||
| Features - 4.13.0 |  | ||||||
| ~~~~~~~~~~~~~~~~~ |  | ||||||
| - Extract virtual environment packaging code to its own base class not tied to ``virtualenv`` - by :user:`gaborbernat`. (:issue:`3221`) |  | ||||||
|  |  | ||||||
| Improved Documentation - 4.13.0 |  | ||||||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |  | ||||||
| - Documented usage of ``pytest`` with ``tox run-parallel`` - by :user:`faph`. (:issue:`3187`) |  | ||||||
| - Configuration: state in config directive sections their ini file sections - by :user:`0cjs`. (:issue:`3194`) |  | ||||||
| - Development: summarize important points experienced developers need to know - by :user:`0cjs`. (:issue:`3197`) |  | ||||||
|  |  | ||||||
| v4.12.1 (2024-01-16) |  | ||||||
| -------------------- |  | ||||||
|  |  | ||||||
| Bugfixes - 4.12.1 |  | ||||||
| ~~~~~~~~~~~~~~~~~ |  | ||||||
| - Fixed bug where running with --installpkg and multiple envs could not clean up between tests (:issue:`3165`) |  | ||||||
|  |  | ||||||
| v4.12.0 (2024-01-11) |  | ||||||
| -------------------- |  | ||||||
|  |  | ||||||
| Features - 4.12.0 |  | ||||||
| ~~~~~~~~~~~~~~~~~ |  | ||||||
| - Always pass ``FORCE_COLOR`` and ``NO_COLOR`` to the environment (:issue:`3171`) |  | ||||||
|  |  | ||||||
| Bugfixes - 4.12.0 |  | ||||||
| ~~~~~~~~~~~~~~~~~ |  | ||||||
| - ``--parallel-no-spinner`` flag now implies ``--parallel`` (:issue:`3158`) |  | ||||||
|  |  | ||||||
| Improved Documentation - 4.12.0 |  | ||||||
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |  | ||||||
| - -Fix ``open an issue`` link in development.rst (:issue:`3179`) |  | ||||||
|  |  | ||||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ||||||
| Tue Mar  5 13:39:30 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org> | Tue Mar  5 13:39:30 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org> | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| # | # | ||||||
| # spec file for package python-tox | # spec file for package python-tox | ||||||
| # | # | ||||||
| # 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 | ||||||
| @@ -23,36 +23,38 @@ | |||||||
| %bcond_with devpi_process | %bcond_with devpi_process | ||||||
| %endif | %endif | ||||||
| Name:           python-tox | Name:           python-tox | ||||||
| Version:        4.14.2 | Version:        4.25.0 | ||||||
| Release:        0 | Release:        0 | ||||||
| Summary:        Virtualenv-based automation of test activities | Summary:        Virtualenv-based automation of test activities | ||||||
| License:        MIT | License:        MIT | ||||||
| URL:            https://github.com/tox-dev/tox | URL:            https://github.com/tox-dev/tox | ||||||
| Source:         https://files.pythonhosted.org/packages/source/t/tox/tox-%{version}.tar.gz | Source:         https://files.pythonhosted.org/packages/source/t/tox/tox-%{version}.tar.gz | ||||||
| Patch0:         0001-Make-use-of-devpi_process-optional.patch | # PATCH-FIX-OPENSUSE optional_devpi_process.patch mcepl@suse.com | ||||||
| Patch1:         0002-skip-test-which-require-network-access.patch | # Make use devpi_process optional | ||||||
|  | Patch0:         optional_devpi_process.patch | ||||||
|  | # PATCH-FEATURE-UPSTREAM mark-network-tests.patch mcepl@suse.com | ||||||
|  | # to skip test which require network access | ||||||
|  | Patch1:         mark-network-tests.patch | ||||||
| BuildRequires:  %{python_module base >= 3.8} | BuildRequires:  %{python_module base >= 3.8} | ||||||
| BuildRequires:  %{python_module build >= 0.10.0} | BuildRequires:  %{python_module build >= 0.10.0} | ||||||
| BuildRequires:  %{python_module cachetools >= 5.3.2} | BuildRequires:  %{python_module cachetools >= 5.5.1} | ||||||
| BuildRequires:  %{python_module chardet >= 5.2} | BuildRequires:  %{python_module chardet >= 5.2} | ||||||
| BuildRequires:  %{python_module colorama >= 0.4.6} | BuildRequires:  %{python_module colorama >= 0.4.6} | ||||||
| BuildRequires:  %{python_module filelock >= 3.13.1} | BuildRequires:  %{python_module filelock >= 3.16.1} | ||||||
| BuildRequires:  %{python_module hatch >= 0.3} | BuildRequires:  %{python_module hatch >= 0.3} | ||||||
| BuildRequires:  %{python_module hatch_vcs >= 0.4} | BuildRequires:  %{python_module hatch_vcs >= 0.4} | ||||||
| BuildRequires:  %{python_module hatchling >= 1.21} | BuildRequires:  %{python_module hatchling >= 1.21} | ||||||
| BuildRequires:  %{python_module packaging >= 23.2} | BuildRequires:  %{python_module packaging >= 24.2} | ||||||
| BuildRequires:  %{python_module pip} | BuildRequires:  %{python_module pip} | ||||||
| BuildRequires:  %{python_module platformdirs >= 4.1} | BuildRequires:  %{python_module platformdirs >= 4.3.6} | ||||||
| BuildRequires:  %{python_module pluggy >= 1.3} | BuildRequires:  %{python_module pluggy >= 1.5} | ||||||
| BuildRequires:  %{python_module poetry-core} | BuildRequires:  %{python_module pyproject-api >= 1.8} | ||||||
| BuildRequires:  %{python_module pyproject-api >= 1.6.1} |  | ||||||
| BuildRequires:  %{python_module pytoml >= 0.1} | BuildRequires:  %{python_module pytoml >= 0.1} | ||||||
| BuildRequires:  %{python_module re-assert} | BuildRequires:  %{python_module re-assert} | ||||||
| BuildRequires:  %{python_module setuptools >= 41.0.1} | BuildRequires:  %{python_module setuptools >= 41.0.1} | ||||||
| BuildRequires:  %{python_module setuptools_scm >= 2.0.0} | BuildRequires:  %{python_module setuptools_scm >= 2.0.0} | ||||||
| BuildRequires:  %{python_module time-machine >= 2.13} | BuildRequires:  %{python_module time-machine >= 2.13} | ||||||
| BuildRequires:  %{python_module tomli >= 2.0.1} | BuildRequires:  %{python_module virtualenv >= 20.29.1} | ||||||
| BuildRequires:  %{python_module virtualenv >= 20.24.3} |  | ||||||
| BuildRequires:  %{python_module wheel >= 0.42} | BuildRequires:  %{python_module wheel >= 0.42} | ||||||
| %if %{with devpi_process} | %if %{with devpi_process} | ||||||
| BuildRequires:  %{python_module devpi-process > 1} | BuildRequires:  %{python_module devpi-process > 1} | ||||||
| @@ -61,17 +63,15 @@ BuildRequires:  %{python_module importlib-metadata >= 6.8} | |||||||
| BuildRequires:  fdupes | BuildRequires:  fdupes | ||||||
| BuildRequires:  python-rpm-macros | BuildRequires:  python-rpm-macros | ||||||
| BuildRequires:  unzip | BuildRequires:  unzip | ||||||
| Requires:       python-cachetools >= 5.3.2 | Requires:       python-cachetools >= 5.5.1 | ||||||
| Requires:       python-chardet >= 5.2 | Requires:       python-chardet >= 5.2 | ||||||
| Requires:       python-colorama >= 0.4.6 | Requires:       python-colorama >= 0.4.6 | ||||||
| Requires:       python-filelock >= 3.13.1 | Requires:       python-filelock >= 3.16.1 | ||||||
| Requires:       python-packaging >= 23.2 | Requires:       python-packaging >= 24.2 | ||||||
| Requires:       python-platformdirs >= 4.1 | Requires:       python-platformdirs >= 4.3.6 | ||||||
| Requires:       python-pluggy >= 1.3 | Requires:       python-pluggy >= 1.5 | ||||||
| Requires:       python-pyproject-api >= 1.6.1 | Requires:       python-pyproject-api >= 1.8 | ||||||
| Requires:       python-virtualenv >= 20.24.3 | Requires:       python-virtualenv >= 20.29.1 | ||||||
| Requires:       (python-importlib-metadata >= 0.12 if python-base < 3.8) |  | ||||||
| Requires:       (python-tomli >= 2.0.1 if python-base < 3.11) |  | ||||||
| Requires(post): update-alternatives | Requires(post): update-alternatives | ||||||
| Requires(postun): update-alternatives | Requires(postun): update-alternatives | ||||||
| # last detox version is 0.19 | # last detox version is 0.19 | ||||||
| @@ -83,11 +83,11 @@ BuildArch:      noarch | |||||||
| BuildRequires:  %{python_module flaky >= 3.7.0} | BuildRequires:  %{python_module flaky >= 3.7.0} | ||||||
| BuildRequires:  %{python_module freezegun >= 0.3.11} | BuildRequires:  %{python_module freezegun >= 0.3.11} | ||||||
| BuildRequires:  %{python_module numpy >= 1.25} | BuildRequires:  %{python_module numpy >= 1.25} | ||||||
| BuildRequires:  %{python_module psutil >= 5.9.5} | BuildRequires:  %{python_module psutil >= 6.1.1} | ||||||
| BuildRequires:  %{python_module pytest >= 7.4.4} | BuildRequires:  %{python_module pytest >= 8.3.4} | ||||||
| BuildRequires:  %{python_module pytest-cov >= 4.1} | BuildRequires:  %{python_module pytest-cov >= 5} | ||||||
| BuildRequires:  %{python_module pytest-mock >= 3.12} | BuildRequires:  %{python_module pytest-mock >= 3.14} | ||||||
| BuildRequires:  %{python_module pytest-xdist >= 3.3.1} | BuildRequires:  %{python_module pytest-xdist >= 3.6.1} | ||||||
| # /SECTION | # /SECTION | ||||||
| %if "%{python_flavor}" == "python3" || "%{?python_provides}" == "python3" | %if "%{python_flavor}" == "python3" || "%{?python_provides}" == "python3" | ||||||
| Provides:       tox = %{version} | Provides:       tox = %{version} | ||||||
| @@ -138,6 +138,7 @@ donttest+=" or test_different_config_cwd" | |||||||
| donttest+=" or test_toxuone_env" | donttest+=" or test_toxuone_env" | ||||||
| donttest+=" or test_isolated_build_backend_missing_hook" | donttest+=" or test_isolated_build_backend_missing_hook" | ||||||
| donttest+=" or test_parallel_live or (test_parallel and not test_parallel_)" | donttest+=" or test_parallel_live or (test_parallel and not test_parallel_)" | ||||||
|  | donttest+=" or test_load_dependency_many_extra" | ||||||
| # gh#tox-dev/tox#3011 | # gh#tox-dev/tox#3011 | ||||||
| donttest+=" or test_replace_env_var_circular_flip_flop" | donttest+=" or test_replace_env_var_circular_flip_flop" | ||||||
| # | # | ||||||
| @@ -147,6 +148,10 @@ donttest+=" or test_python_generate_hash_seed" | |||||||
| donttest+=" or test_bad_env_var" | donttest+=" or test_bad_env_var" | ||||||
| # this test doesn't work on Leap | # this test doesn't work on Leap | ||||||
| donttest+=" or test_package_cmd_builder" | donttest+=" or test_package_cmd_builder" | ||||||
|  | # this test doesn't work on Tumbleweed | ||||||
|  | donttest+=" or test_package_pyproject or test_package_only" | ||||||
|  | # 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 | %{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} | virtualenv-%{$python_bin_suffix} --system-site-packages testenv-%{$python_bin_suffix} | ||||||
|   | |||||||
| @@ -1,3 +0,0 @@ | |||||||
| version https://git-lfs.github.com/spec/v1 |  | ||||||
| oid sha256:0defb44f6dafd911b61788325741cc6b2e12ea71f987ac025ad4d649f1f1a104 |  | ||||||
| size 178515 |  | ||||||
							
								
								
									
										3
									
								
								tox-4.25.0.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								tox-4.25.0.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | |||||||
|  | version https://git-lfs.github.com/spec/v1 | ||||||
|  | oid sha256:dd67f030317b80722cf52b246ff42aafd3ed27ddf331c415612d084304cf5e52 | ||||||
|  | size 196255 | ||||||
		Reference in New Issue
	
	Block a user