diff options
| author | Simon McVittie <smcv@debian.org> | 2016-08-11 08:34:01 +0100 |
|---|---|---|
| committer | Simon McVittie <smcv@debian.org> | 2016-08-11 09:24:22 +0100 |
| commit | 56af7b702bfd9fa97c11111d4f832bb95263273f (patch) | |
| tree | 1292dc98c8afb6d838d07b963394b3e47d6129a7 /NEWS | |
| parent | eff7c820285504d229ef8474c870302abfbe4bc1 (diff) | |
| download | dbus-python-56af7b702bfd9fa97c11111d4f832bb95263273f.tar.gz | |
Use TAP syntax for all directly-run tests
For now this means that skipped tests will be reported as passed.
This will be corrected in the next commit.
Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,10 @@ D-Bus Python Bindings 1.2.6 (UNRELEASED) ======================================== -... +Dependencies: + +• Most unit tests now require the tap.py module from PyPI. Use version 1.9 + or older if you are still running Python 2.6. D-Bus Python Bindings 1.2.4 (2016-03-06) ======================================== |
