mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-14 05:36:48 +03:00
Better skip test ; more changelogging
This commit is contained in:
parent
9b132eed9b
commit
82ad8dc44b
|
@ -32,12 +32,14 @@ if "--log" in sys.argv:
|
||||||
files = glob.glob(os.path.join(root, "test_*.py"))
|
files = glob.glob(os.path.join(root, "test_*.py"))
|
||||||
files.sort()
|
files.sort()
|
||||||
|
|
||||||
files.remove('Tests/test_file_tiff.py')
|
|
||||||
|
|
||||||
success = failure = 0
|
success = failure = 0
|
||||||
include = [x for x in sys.argv[1:] if x[:2] != "--"]
|
include = [x for x in sys.argv[1:] if x[:2] != "--"]
|
||||||
skipped = []
|
skipped = []
|
||||||
|
|
||||||
|
# XXX Skip test, is there a better way?
|
||||||
|
files.remove('Tests/test_file_tiff.py')
|
||||||
|
skipped.append('test_file_tiff')
|
||||||
|
|
||||||
python_options = " ".join(python_options)
|
python_options = " ".join(python_options)
|
||||||
tester_options = " ".join(tester_options)
|
tester_options = " ".join(tester_options)
|
||||||
|
|
||||||
|
|
|
@ -7,9 +7,12 @@ Changelog (Pillow)
|
||||||
- Add Python 3 support. (Pillow >= 2.0.0 supports Python 2.6, 2.7, 3.2, 3.3. Pillow < 2.0.0 supports Python 2.4, 2.5, 2.6, 2.7.)
|
- Add Python 3 support. (Pillow >= 2.0.0 supports Python 2.6, 2.7, 3.2, 3.3. Pillow < 2.0.0 supports Python 2.4, 2.5, 2.6, 2.7.)
|
||||||
[fluggo]
|
[fluggo]
|
||||||
|
|
||||||
- Add WebP support
|
- Add WebP support.
|
||||||
[lqs]
|
[lqs]
|
||||||
|
|
||||||
|
- Add experimental Tiff G3/G4 support.
|
||||||
|
[wiredfool]
|
||||||
|
|
||||||
- Many other bug fixes and enhancements by many other people (see docs/CONTRIBUTORS.txt).
|
- Many other bug fixes and enhancements by many other people (see docs/CONTRIBUTORS.txt).
|
||||||
|
|
||||||
1.7.8 (2012-11-01)
|
1.7.8 (2012-11-01)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user