Commit Graph

2199 Commits

Author SHA1 Message Date
cgohlke
5c3736c4a6 Don't import unittest because it's done in helper 2014-06-30 23:20:39 -07:00
cgohlke
f0342393ff Don't import unittest because it's done in helper 2014-06-30 23:20:12 -07:00
Hugo
1b2dd37905 Merge pull request #758 from mbrown1413/750_jpeg_on_windows
Skip shell injection tests for Windows
2014-07-01 09:12:07 +03:00
cgohlke
647f2e1771 Skip LargeMemoryNumpyTest on 32 bit systems 2014-06-30 19:20:15 -07:00
cgohlke
10da645ac6 Skip LargeMemoryTest on 32 bit systems 2014-06-30 19:19:09 -07:00
Michael Brown
fb27befa1a Skip shell injection tests for Windows 2014-06-30 22:07:44 -04:00
Alex Clark ☺
32a6d398d2 Merge pull request #757 from mbrown1413/750_jpeg_on_windows
Fix load_djpeg and _save_cjpeg in windows
2014-06-30 20:26:16 -04:00
Michael Brown
c0fb5ace23 Fix load_djpeg and _save_cjpeg in windows 2014-06-30 19:52:07 -04:00
hugovk
e220e597bf Separate install and report scripts for diff-cover 2014-07-01 02:16:34 +03:00
Alex Clark ☺
8d19290e14 Merge pull request #756 from hugovk/skippyroma
Import helper so unittest2 is imported for Py2.6
2014-06-30 19:10:43 -04:00
hugovk
7b838f31b4 Import helper so unittest2 is imported for Py2.6 (re: #743) 2014-07-01 02:05:55 +03:00
wiredfool
9dd559cb50 Enable multithread testing for travis 2014-06-30 15:35:24 -07:00
wiredfool
2faf36ab5b Not enabling multithreaded tests on travis 2014-06-30 15:30:05 -07:00
cgohlke
767182a56f ENH: enable inline functions by default 2014-06-30 15:26:41 -07:00
wiredfool
3834d01044 Help for testing 2014-06-30 15:25:12 -07:00
wiredfool
0ac0e973f0 Ignore debugging blocks 2014-06-30 15:24:24 -07:00
wiredfool
acab4e8fdc Cleaned up prints 2014-06-30 15:23:24 -07:00
wiredfool
c824a15fe8 Thread and race condition safe tempfiles for testing 2014-06-30 15:22:36 -07:00
wiredfool
24cd3d2cfa Make nose run tests in parallel 2014-06-30 15:21:19 -07:00
wiredfool
668141a898 updated imagedraw tests 2014-06-30 15:03:57 -07:00
Alex Clark ☺
1056bd781a Merge pull request #752 from wiredfool/mp_compile
Reenable mp_compile
2014-06-30 17:37:30 -04:00
wiredfool
088d3db216 Merge branch 'master' into terseus_imagedraw 2014-06-30 14:36:10 -07:00
wiredfool
3e8593e1b2 Reenable mp_compile 2014-06-30 14:34:16 -07:00
Alex Clark ☺
3af50033f9 Merge pull request #751 from wiredfool/copy3
Removed unused function
2014-06-30 17:29:45 -04:00
wiredfool
3bf375c5f7 Merge branch 'master' into terseus_imagedraw 2014-06-30 14:24:59 -07:00
hugovk
d002e5f690 Move diff-cover commands to diffcover.sh 2014-07-01 00:22:44 +03:00
wiredfool
50bbb5e0c5 Removed unused function 2014-06-30 14:12:30 -07:00
hugovk
b72b6395c0 Don't run on Py3.x because installation takes ~4m , or ~2m with CFLAGS=-O0. Installation is ~1m30s for 2.x or ~30s with flags. 2014-06-30 23:57:16 +03:00
Hugo
bd9c555905 Update CHANGES.rst [CI skip] 2014-06-30 02:17:45 +03:00
Hugo
d8f55e3f50 Merge pull request #748 from wiredfool/djpeg
Prevent shell injection
2014-06-30 02:16:06 +03:00
Hugo
5833ecb4d6 Merge pull request #749 from wiredfool/helper
Helper Tweak
2014-06-30 01:17:24 +03:00
wiredfool
2d13166667 Don't print the entire image as bytes on failure 2014-06-29 14:39:32 -07:00
wiredfool
b981ef425b Suppress stderr from ppmquant and ppmtogif 2014-06-29 14:24:32 -07:00
wiredfool
5fdc14facb Removing previous approach 2014-06-29 13:46:17 -07:00
wiredfool
dba6fd7cd4 Update CHANGES.rst [ci skip] 2014-06-29 13:35:11 -07:00
wiredfool
118a2d5ff0 Merge pull request #745 from gcq/master
Handle resolution in BMP files
2014-06-29 13:32:02 -07:00
Alex Clark
8534e67546 Completely automate my pre-release testing routine
This Makefile completely automates my pre-release testing routine which typically occurs only in Python 2.7, but gives me a "good enough" view of the status quo.
2014-06-29 08:04:58 -04:00
Alex Clark
4417569195 Run test-installed.py 2014-06-29 08:01:25 -04:00
hugovk
3ea4780bdc Comment diff-cover 2014-06-29 12:39:34 +03:00
hugovk
38c3dd8c7d Build diff_cover (and more importantly its dependencies such as lxml) with no optimisations to speed up install. Use wheel if possible 2014-06-29 10:41:41 +03:00
Alex Clark ☺
8dbc00643f Merge pull request #746 from cgohlke/patch-1
Fix build failure when compiler.include_dirs refers to nonexistent directory
2014-06-28 20:12:14 -04:00
cgohlke
526ac7e278 Fix build failure when compiler.include_dirs refers to nonexistent directory 2014-06-28 16:15:06 -07:00
gcq
61be1d8b19 dpi key should only be present when there is resolution info in the BMP header. 2014-06-28 23:59:01 +02:00
Alex Clark
2633408dc3 Update 2014-06-28 17:48:32 -04:00
Alex Clark ☺
c1035c2832 Merge pull request #744 from matthew-brett/py3-setup-fix
FIX: fix error for setup.py for Python 3
2014-06-28 17:47:36 -04:00
gcq
92b070ceaf Addes tests 2014-06-28 23:22:52 +02:00
gcq
9318755a18 Adds dpi to the Image info dictinoary. 2014-06-28 23:21:22 +02:00
Alex Clark ☺
1d7b362baf Merge pull request #743 from hugovk/pyroma
Test to ensure Pyroma is a 10/10 Mascarpone
2014-06-28 17:17:50 -04:00
Matthew Brett
29a65c1373 FIX: fix error for setup.py for Python 3
The subprocess command in Python 3 returns a bytes object.  If the
homebrew subprocess check returns a not-empty result, then setup crashes
trying to combine the bytes with the string constants with and error
like "TypeError: Can't mix strings and bytes in path components."
2014-06-28 22:03:40 +01:00
hugovk
d5bb962f83 Add test to ensure a Pyroma is a 10/10 Mascarpone 2014-06-28 23:48:14 +03:00