14
0
forked from pool/python-tox

Accepting request 1161549 from home:dancermak:branches:devel:languages:python

New upstream release 4.14.2

OBS-URL: https://build.opensuse.org/request/show/1161549
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=119
This commit is contained in:
2024-03-25 21:32:21 +00:00
committed by Git OBS Bridge
parent 150f36e39b
commit dbcfdd3dea
8 changed files with 192 additions and 90 deletions

View File

@@ -1,31 +0,0 @@
---
pyproject.toml | 3 +++
tests/tox_env/python/virtual_env/package/test_package_cmd_builder.py | 1 +
2 files changed, 4 insertions(+)
Index: tox-4.11.1/pyproject.toml
===================================================================
--- tox-4.11.1.orig/pyproject.toml
+++ tox-4.11.1/pyproject.toml
@@ -133,6 +133,9 @@ ignore = [
[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "--tb=auto -ra --showlocals --no-success-flaky-report"
+markers = [
+ "network: tests requiring network connection",
+]
[tool.coverage]
html.show_contexts = true
Index: tox-4.11.1/tests/tox_env/python/virtual_env/package/test_package_cmd_builder.py
===================================================================
--- tox-4.11.1.orig/tests/tox_env/python/virtual_env/package/test_package_cmd_builder.py
+++ tox-4.11.1/tests/tox_env/python/virtual_env/package/test_package_cmd_builder.py
@@ -78,6 +78,7 @@ def test_install_pkg_via(tox_project: To
@pytest.mark.usefixtures("enable_pip_pypi_access")
+@pytest.mark.network
def test_build_wheel_external(tox_project: ToxProjectCreator, demo_pkg_inline: Path) -> None:
ini = """
[testenv]