Andrew Murray
179cdd4444
Merge branch 'main' into add-cygwin-to-ci
2022-01-29 13:59:37 +11:00
Andrew Murray
c8d650f383
Added Debian 11 Bullseye
2022-01-17 14:07:30 +11:00
DWesl
4e7e70fd79
CI: Install netpbm and dependencies on Cygwin CI.
2022-01-08 10:08:18 -05:00
DWesl
a23131c22e
CI: Stop trying to run the netpbm tests.
2022-01-07 14:49:45 -05:00
DWesl
7ad8fdb677
CI: Get all the tests running on Cygwin.
2022-01-07 14:34:30 -05:00
DWesl
fa536b4d34
Merge branch 'main' of upstream into add-cygwin-to-ci
2021-12-26 14:28:29 -05:00
Alex Clark
9d0703a8a8
Merge pull request #5763 from python-pillow/new-badge
2021-12-25 07:21:33 -05:00
DWesl
b9fee08c59
TST: Parametrize numpy roundtrip to find failing case
...
Segfaults are annoying to debug.
2021-12-18 10:00:14 -05:00
DWesl
1c25d95d5a
CI: Get cygwin tests running
...
They segfault in one of the NumPy tests, but they run.
2021-12-18 09:55:24 -05:00
Andrew Murray
a1677ead44
Switched from deprecated "setup.py install" to "pip install ."
2021-12-18 19:43:23 +11:00
Andrew Murray
e7e05e2701
GHA: Restored macos-latest for PyPy builds
2021-12-18 19:39:05 +11:00
Andrew Murray
603fb34701
GHA: Still use macos-latest for non-PyPy builds
2021-12-15 08:10:12 +11:00
Hugo van Kemenade
5b023c7d48
GHA: Use macos-10.15 to fix build
2021-12-14 17:10:09 +02:00
DWesl
7fd3e9977e
CI: Make sure correct version of python is used for testing.
...
Cygwin is trying to use the highest-available Python version.
One of the Python packages has scripts in /usr/bin that should be in the python39- subpackage.
2021-12-11 15:59:45 -05:00
DWesl
90cf149cbe
CI: Fix the spelling on the codecov repository.
2021-12-11 15:17:28 -05:00
DWesl
4cfb1a854f
CI: Use the new GitHub Action for codecov
...
The old bash downloader will be removed soon.
2021-12-11 15:13:56 -05:00
DWesl
407abbfa18
CI: Try to get tests fully working
...
The actual test step wasn't running, so try to run that as a shell
script rather than an executable. Also get more of the dependencies
installed.
2021-12-11 15:12:31 -05:00
DWesl
9ec4034bff
CI: Incorporate suggestions from PR.
...
Upload coverage information, add Cygwin to the list of systems with CI,
space out entries.
2021-12-11 08:27:35 -05:00
DWesl
1daaf9273c
CI: Split the config check from the actual test.
...
I'm using selftest.py to check whether I've installed everything.
Pytest actually finds and runs the tests. For some reason that wasn't
running earlier.
2021-12-10 21:53:43 -05:00
DWesl
cd087c6007
CI: Fix the path to the build wheels.
...
setup.py bdist_wheel goes to dist/*.whl
pip wheel goes to *.whl
2021-12-10 21:20:47 -05:00
DWesl
8ebac45f24
CI: Explicitly use dash to get shell globbing.
2021-12-10 21:14:41 -05:00
DWesl
a4495decf8
CI: Stop using dash so the DOS line endings don't throw things off.
2021-12-10 19:57:44 -05:00
DWesl
b798989f33
CI: Make sure all python requirements are installed in Cygwin CI.
...
For some reason wheel wasn't installed properly.
2021-12-10 19:08:28 -05:00
DWesl
67bef87a07
CI: Specify where the command line goes in the shell.
...
I think this is how specifying the shell works. The documentation
isn't terribly clear.
2021-12-10 18:21:23 -05:00
DWesl
fdbb1870d4
CI: Add a cygwin run to GitHub Actions.
...
Requested for the _imagingtk fix.
2021-12-10 08:52:46 -05:00
Alex Clark
d23afb3e26
Update .github/workflows/tidelift.yml
...
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
2021-12-01 17:05:02 -05:00
Alex Clark
ae4d5d913c
Not deprecated, re-add org and proj
2021-12-01 14:15:40 -05:00
Alex Clark
c373ac188c
Remove org and proj because deprecated, I think
2021-12-01 14:13:07 -05:00
Alex Clark
91fb7fc067
Add hugovk suggestion
2021-12-01 13:58:13 -05:00
Hugo van Kemenade
915d014136
GHA: Change condition to allow manually building wheels in forks
2021-12-01 12:42:11 +02:00
Hugo van Kemenade
22ad04743c
GHA: Add workflow_dispatch to enable manually triggering builds
2021-11-30 22:14:34 +02:00
Hugo van Kemenade
71f7c806ac
Simplify cache-dependency-path
...
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
2021-11-18 14:33:57 +02:00
Hugo van Kemenade
b744e7933a
Use actions/setup-python's pip cache
2021-11-18 13:42:41 +02:00
Andrew Murray
25979a51e7
Added Fedora 35
2021-11-03 21:31:12 +11:00
Andrew Murray
44a61bb380
Merge pull request #5778 from hugovk/add-pypy-3.8
...
Test PyPy3.8
2021-10-19 11:27:51 +11:00
Hugo van Kemenade
90d5edb0e4
Install pytest-timeout for MinGW CI
2021-10-18 16:06:07 +03:00
Hugo van Kemenade
3e9a6f7508
Test slower macOS first, for slightly faster builds
2021-10-18 14:33:02 +03:00
Hugo van Kemenade
86f32f6074
Test PyPy3.8
2021-10-18 14:33:02 +03:00
Hugo van Kemenade
67b4cb52d1
Stop testing Python 3.6 on CI
2021-10-18 14:33:02 +03:00
Hugo van Kemenade
2f29c1233a
Test PyQt6 on MinGW
2021-10-16 23:01:08 +03:00
Hugo van Kemenade
3c8128d2af
Merge branch 'main' into new-badge
2021-10-16 15:22:20 +03:00
Hugo van Kemenade
a8c18d0817
Rename master to main
2021-10-15 17:30:05 +03:00
Andrew Murray
90ffafeebc
Removed Fedora 33 docker job
2021-10-15 19:19:26 +11:00
Hugo van Kemenade
836f740f7b
Don't run for forks: missing secrets would fail
2021-10-14 23:00:02 +03:00
Alex Clark
76b5760b38
Create tidelift.yml
2021-10-14 22:57:34 +03:00
Hugo van Kemenade
ce3c925a51
Delete tidelift.yml
2021-10-14 22:46:42 +03:00
Alex Clark
5c69dc7c9a
Create tidelift.yml
2021-10-14 13:42:18 -04:00
Hugo van Kemenade
8eb3c9791d
Test Python 3.10.0 final on GitHub Actions
2021-10-05 11:54:12 +03:00
Andrew Murray
a80f8133d6
Updated Ghostscript to 9.55.0
2021-09-27 23:19:05 +10:00
Hugo van Kemenade
5b7add9df7
Add CentOS Stream 8
2021-09-16 14:40:34 +03:00