Commit Graph

6886 Commits

Author SHA1 Message Date
Hugo
547b38041a Calls pytest directly 2017-12-27 23:20:08 +02:00
Hugo
b8a64c789e Major version bump and release note for dropped Python 3.3 2017-12-27 23:20:08 +02:00
hugovk
102e8725fd pytest no longer supports EOL Python 3.3 2017-12-27 23:20:08 +02:00
hugovk
3c2e14892f 'Make test' calls 'pytest -qq' directly 2017-12-27 23:20:08 +02:00
hugovk
a8c29f9239 Test with multiprocessing 2017-12-27 23:20:08 +02:00
Hugo
2edd1b66db Remove unused/unrunnable profile-installed.py 2017-12-27 23:20:08 +02:00
Hugo
cf20563fa0 Update with pytest 2017-12-27 23:20:08 +02:00
hugovk
6b337d8d4c Update test instructions 2017-12-27 23:20:08 +02:00
hugovk
d970cebf67 No need for --cov-append 2017-12-27 23:20:08 +02:00
Hugo
f4e43be8ed Test with coverage on Windows, update 'setup.py test' 2017-12-27 23:20:08 +02:00
Hugo
a98a25a126 Use pytest instead of nose 2017-12-27 23:19:29 +02:00
Hugo
95487508a6 Run pytest as module 2017-12-27 23:19:29 +02:00
hugovk
474f5bbd66 --cov-append 2017-12-27 23:19:29 +02:00
hugovk
d2069c21ce Test testing with pytest 2017-12-27 23:19:29 +02:00
wiredfool
81d666095e
Update CHANGES.rst [ci skip] 2017-12-27 20:49:08 +00:00
wiredfool
cbc78d7e2a
Merge pull request #2901 from wiredfool/remove-scripts
Removed scripts directory
2017-12-27 20:47:56 +00:00
wiredfool
5ff790beb0
Update CHANGES.rst [ci skip] 2017-12-27 20:41:46 +00:00
wiredfool
49bd3232e5
Merge pull request #2899 from wiredfool/pr_2882
Run all compressed tiffs through libtiff
2017-12-27 20:39:51 +00:00
wiredfool
eab851c61b semicolons 2017-12-27 15:33:30 +00:00
wiredfool
0e236aed5d
Update CHANGES.rst [ci skip] 2017-12-27 12:17:45 +00:00
wiredfool
ff13d184d8
Merge pull request #2902 from wiredfool/pr_2388
Add disposal option when saving GIFs
2017-12-27 12:15:00 +00:00
wiredfool
bbe8076d67
Merge pull request #2903 from radarhere/eps
Allow for an empty line in EPS header data
2017-12-27 12:13:54 +00:00
wiredfool
bd5f99f19d
Merge pull request #2898 from wiredfool/pr_2790
Add support for sRGB and cHRM chunks, permit sRGB when no iCCP chunk
2017-12-27 12:12:57 +00:00
Andrew Murray
e107ed6fcf Allow for an empty line in EPS header data 2017-12-24 21:12:48 +11:00
Hugo
3d8035bf31
Update CHANGES.rst 2017-12-23 19:53:30 +02:00
Hugo
6ca1308b41
Merge pull request #2905 from radarhere/tktcl
Updated Tk Tcl to 8.6.8
2017-12-23 19:51:20 +02:00
Andrew Murray
3db497a0a5 Updated Tk Tcl to 8.6.8 2017-12-23 08:26:56 +11:00
wiredfool
48260643d7 force range to a tuple, py3 2017-12-21 22:42:34 +00:00
wiredfool
f3ff2b4420 docs for per-frame disposal [ci skip] 2017-12-21 22:30:31 +00:00
wiredfool
378f74672c Added per-frame disposal, tests 2017-12-21 22:26:58 +00:00
linnil1
364a7b895e Thanks @wiredfool sugguest for disposal 2017-12-21 22:06:59 +00:00
linnil1
5b5d47863e Add dispose test 2017-12-21 22:06:59 +00:00
linnil1
5a902bf8a2 Add dispoal description in documents 2017-12-21 22:06:59 +00:00
linnil1
4d8d59534f Add disposal option 2017-12-21 22:06:59 +00:00
wiredfool
097ebf7fb6 Removed scripts directory, added to it's own package
See https://github.com/python-pillow/pillow-scripts
2017-12-21 21:36:22 +00:00
wiredfool
9fcc58d943
Update CHANGES.rst [ci skip] 2017-12-20 20:33:59 +00:00
wiredfool
97ee3dd12b
Merge pull request #2583 from wiredfool/decompression_bomb_error
Decompression bomb error
2017-12-20 20:31:38 +00:00
wiredfool
390f8c28ad
Merge pull request #2900 from wiredfool/freebsd
Freebsd test matrix update
2017-12-20 19:45:26 +00:00
wiredfool
ddb05ad1f9 freebsd test matrix update 2017-12-20 19:13:44 +00:00
Eric Soroos
4b3bdcd9df removing internal tiff_lzw support (buggy) 2017-12-20 14:40:58 +00:00
Eric Soroos
cbcb51c524 removing internal tiff jpeg decompression support (buggy) 2017-12-20 14:40:58 +00:00
Eric Soroos
60e29e5e8d dropping tiff_lzw implementation 2017-12-20 14:40:58 +00:00
Eric Soroos
768668c1d7 Added RGB*;16N Unpackers 2017-12-20 13:53:14 +00:00
Eric Soroos
27bc13df7b typos 2017-12-20 12:34:42 +00:00
Eric Soroos
c816932f4b Docs for libtiff read w/compression change 2017-12-20 12:30:39 +00:00
Eric Soroos
e617d05b9e These tests/features now require libtiff 2017-12-20 12:22:28 +00:00
Eric Soroos
4b4f7d6a2c Refactor to use features 2017-12-20 12:21:33 +00:00
Eric Soroos
d698d522ef Added end to end tests in test_file_libtiff 2017-12-20 12:09:26 +00:00
Eric Soroos
4877552581 Read all compressed files through libtiff. 2017-12-20 11:55:40 +00:00
Eric Soroos
bec8f415be end to end test helper, more end to end tests for tiffs 2017-12-20 11:55:40 +00:00