Package: spyder-unittest / 0.5.1-3

Metadata

Package Version Patches format
spyder-unittest 0.5.1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix unittest python3.11.patch | (download)

spyder_unittest/backend/tests/test_unittestrunner.py | 104 92 + 12 - 0 !
spyder_unittest/backend/unittestrunner.py | 53 34 + 19 - 0 !
2 files changed, 126 insertions(+), 31 deletions(-)

 handle unittest changed output format in python 3.11
fix unittest python3.11 part2.patch | (download)

spyder_unittest/backend/runnerbase.py | 7 7 + 0 - 0 !
spyder_unittest/backend/tests/test_unittestrunner.py | 11 11 + 0 - 0 !
spyder_unittest/backend/unittestrunner.py | 73 55 + 18 - 0 !
3 files changed, 73 insertions(+), 18 deletions(-)

 handle unittest changed output format in python 3.11
  This patch fixes the previous attempt (now applied upstream) by
  using the requested interpreter version of Python rather than the
  system version