14
0
forked from pool/python-tox

Accepting request 705206 from home:mcepl:branches:devel:languages:python

- Update to 3.12.1:
  - Ensure TOX_WORK_DIR is a native string in os.environ
  - Fix import and usage of winreg for python2.7 on windows
  - Fix Windows selects incorrect spec on first discovery
  - When using --parallel with --result-json the test results are
    now included the same way as with serial runs
  - Turns out the output of the py -0p is not stable yet and
    varies depending on various edge cases. Instead now we read
    the interpreter values directly from registry via PEP-514
  - Adding TOX_PARALLEL_NO_SPINNER environment variable to
    disable the spinner in parallel mode for the purposes of
    clean output when using CI tools

OBS-URL: https://build.opensuse.org/request/show/705206
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=58
This commit is contained in:
2019-05-24 10:25:50 +00:00
committed by Git OBS Bridge
parent 9363195e7f
commit 3c60a4d38a
4 changed files with 20 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-tox
Version: 3.11.1
Version: 3.12.1
Release: 0
Summary: Virtualenv-based automation of test activities
License: MIT