~sylvain-pineau/checkbox-ng:remove_test_pod_namedtuple_internals

Last commit made on 2019-11-26
Get this branch:
git clone -b remove_test_pod_namedtuple_internals https://git.launchpad.net/~sylvain-pineau/checkbox-ng
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Branch information

Name:
remove_test_pod_namedtuple_internals
Repository:
lp:~sylvain-pineau/checkbox-ng

Recent commits

af79c3d... by Sylvain Pineau

test_pod.py: Remove the checks on namedtuple internals

Python 3.8 breaks namedtuple properties.
See https://bugs.python.org/issue32492

bf409bc... by PMR <pmr@pmr-lander>

Merge #375525 from ~kissiel/checkbox-ng:list-with-sideloaded

8ec1a25... by Sylvain Pineau

reqs: add python3-urwid as a deb pre-req

1cda51e... by Sylvain Pineau

Merge commit '84b843d12f4f4d5b4a8e18169c1a299ff0177946' into merge-375951

84b843d... by Maciej Kisielewski

reqs: add python3-pycrypto as a deb pre-req

8aec925... by PMR <pmr@pmr-lander>

Merge #375390 from ~jocave/checkbox-ng:use-property-in-stages

3e1b58e... by Jonathan Cave

stages: use properties rather than members

The stages classes relied on inherited members of the subcommand
classes when fetching config information. Use properties of the
SessionAssistant instead.

e8ea45e... by Jonathan Cave

assistant: make config available via a property

90510b6... by Jonathan Cave

pep8: removed unused imports

a73387b... by PMR <pmr@pmr-lander>

Merge #375845 from ~sylvain-pineau/checkbox-ng:urwid_manifest_v2