14
0
forked from pool/python-tox

Accepting request 863907 from home:bnavigator:branches:devel:languages:python

- Update requirements
- Fix the test suite failure introduced by the switch to
  coinstallable python3 flavors: must be called with plain python
  name for sys.executable to not detect the minor version as
  binary extension (python3.8 --> magic.8)

- Update to v3.21.1

OBS-URL: https://build.opensuse.org/request/show/863907
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tox?expand=0&rev=80
This commit is contained in:
2021-01-17 23:13:24 +00:00
committed by Git OBS Bridge
parent c1858f5087
commit 296d92ae46
2 changed files with 61 additions and 31 deletions

View File

@@ -1,9 +1,18 @@
-------------------------------------------------------------------
Sun Jan 17 20:03:10 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
- Update requirements
- Fix the test suite failure introduced by the switch to
coinstallable python3 flavors: must be called with plain python
name for sys.executable to not detect the minor version as
binary extension (python3.8 --> magic.8)
-------------------------------------------------------------------
Wed Jan 13 16:19:45 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Remove build dependency on pytest-cov
- Re-enable test_create_KeyboardInterrupt and spinner tests
- Update to v0.21.1
- Update to v3.21.1
* Fix regression that broke using install_command in config
replacements
* Fix regression parsing posargs default containing colon