Joe Rickerby
|
13554d0490
|
Call get-pip.py on Windows with dependency constraint flags
|
2020-03-24 21:09:07 +00:00 |
|
Joe Rickerby
|
ffaad9134b
|
Remove PyPy version from PythonConfiguration
|
2020-03-18 10:11:09 +00:00 |
|
Joe Rickerby
|
98dbbaecf4
|
Fix docker build on CircleCI
|
2020-03-14 17:27:51 +00:00 |
|
Joe Rickerby
|
7316d69139
|
Improve logging of docker calls
|
2020-03-14 17:21:47 +00:00 |
|
Joe Rickerby
|
7090bfa4f1
|
Stop isn't necessary, docker rm will stop the container
|
2020-03-13 15:08:37 +00:00 |
|
Joe Rickerby
|
2db9d9a089
|
The docker container needs a main process
|
2020-03-13 15:08:10 +00:00 |
|
Joe Rickerby
|
94824f95af
|
Merge remote-tracking branch 'origin/master' into deterministic-builds
|
2020-03-13 14:20:10 +00:00 |
|
Joe Rickerby
|
4e31c65d09
|
Workaround docker cp bug
https://github.com/moby/moby/issues/38995
|
2020-03-13 12:58:23 +00:00 |
|
Joe Rickerby
|
40ff745321
|
Bump version: v1.3.0
|
2020-03-12 19:53:34 +00:00 |
|
Joe Rickerby
|
e49644edf2
|
Some docker fixes
|
2020-03-12 09:00:40 +00:00 |
|
Joe Rickerby
|
c4f54c6aa3
|
Run each build using docker exec, for faster builds
|
2020-03-11 21:55:53 +00:00 |
|
Joe Rickerby
|
4fb4e44c23
|
Fix some errors introduced after the merge
|
2020-03-10 22:33:50 +00:00 |
|
Joe Rickerby
|
8603deac93
|
Update constraints
|
2020-03-10 21:50:20 +00:00 |
|
Matthieu Darbois
|
b797430d21
|
Add support for GitHub Actions
Closes #159
|
2020-03-10 22:45:29 +01:00 |
|
Joe Rickerby
|
7ab2d599b9
|
Merge branch 'master' of github.com:joerick/cibuildwheel into deterministic-builds
# Conflicts:
# cibuildwheel/__main__.py
# cibuildwheel/linux.py
# cibuildwheel/macos.py
# cibuildwheel/windows.py
|
2020-03-10 21:16:45 +00:00 |
|
Joe Rickerby
|
4caee57c21
|
Merge pull request #242 from Czaki/before_test
Add CIBW_BEFORE_TEST to customize test environment
|
2020-03-08 17:55:59 +00:00 |
|
Joe Rickerby
|
02a52791c9
|
Fix incorrect constraints file on pypy2.7
|
2020-03-08 13:12:27 +00:00 |
|
Joe Rickerby
|
4628c1334e
|
Bump version: v1.2.0
|
2020-03-08 12:50:23 +00:00 |
|
Joe Rickerby
|
d0e5781832
|
Merge pull request #293 from joerick/windows-chain-commands
Allow chaining of commands on Windows
|
2020-03-07 18:39:04 +00:00 |
|
Joe Rickerby
|
fd1cd2442c
|
Merge remote-tracking branch 'origin/master' into deterministic-builds
|
2020-03-07 18:37:57 +00:00 |
|
Joe Rickerby
|
ad1b59febf
|
Remove hashes from constraint files
|
2020-03-07 18:31:39 +00:00 |
|
Joe Rickerby
|
2f1ec582e9
|
Add constraints for python3.6 too
|
2020-03-07 17:53:12 +00:00 |
|
Grzegorz Bokota
|
79cf7e47ae
|
fix test after rebase, fix typos in readme
|
2020-03-07 18:18:01 +01:00 |
|
Joe Rickerby
|
7c6e69ea28
|
Add separate constraints for Python3.5
The new virtualenv requires some packages whose latest versions are 3.6+
|
2020-03-07 17:05:14 +00:00 |
|
Joe Rickerby
|
dbc2f06b9a
|
Fix constraint resolution on pypy-2.7
|
2020-03-07 17:04:28 +00:00 |
|
Joe Rickerby
|
54fda3f965
|
Add back the version field to manylinux PythonConfiguration
(needed for constraints)
|
2020-03-07 14:13:04 +00:00 |
|
Joe Rickerby
|
219266258e
|
Fix missing pypy image name
|
2020-03-07 14:12:15 +00:00 |
|
Joe Rickerby
|
298df76b8b
|
Consume new config file with pypy and extra architectures
|
2020-03-07 13:39:57 +00:00 |
|
Joe Rickerby
|
7e583dcab7
|
Update constraints
|
2020-03-07 13:24:52 +00:00 |
|
Joe Rickerby
|
9768897764
|
Add other architectures and pypy to pinned image config.
Also, restructure the file to have platform first, then manylinux version
|
2020-03-07 13:24:38 +00:00 |
|
Joe Rickerby
|
6265d87d09
|
Try removing the explicit cmd call
|
2020-03-07 12:17:49 +00:00 |
|
Grzegorz Bokota
|
01a7c2d6df
|
reorder before_test
|
2020-03-07 12:24:15 +01:00 |
|
Grzegorz Bokota
|
4e9316036c
|
add before test variable
|
2020-03-07 12:24:15 +01:00 |
|
mayeut
|
7903ff60f9
|
Update CPython 3.8 from 3.8.1 to 3.8.2 on macOS/Windows
Changelog: https://docs.python.org/release/3.8.2/whatsnew/changelog.html#python-3-8-2-final
|
2020-03-07 12:12:08 +01:00 |
|
Joe Rickerby
|
ce5fc12b5f
|
Merge pull request #283 from Czaki/test_virtualenv2
change 02_test to check if virtualenv is properly used another version
|
2020-03-07 10:54:47 +00:00 |
|
Joe Rickerby
|
850db69eb7
|
Try removing appveyor_run_with_env.cmd
|
2020-03-06 10:15:30 +00:00 |
|
Grzegorz Bokota
|
281caf3d2e
|
bugfix for pypy
|
2020-03-02 15:01:02 +01:00 |
|
Grzegorz Bokota
|
6e41e729fe
|
pin virtualenv to <20 on windows
list dir in test
use bin directory in pypy
|
2020-03-02 15:01:02 +01:00 |
|
Joe Rickerby
|
1880b6d14d
|
Merge remote-tracking branch 'origin/master' into deterministic-builds
|
2020-03-01 12:53:07 +00:00 |
|
Joe Rickerby
|
5e16e86355
|
Fix some comments from review
|
2020-03-01 11:09:22 +00:00 |
|
Grzegorz Bokota
|
01dd18bbf8
|
change 02_test to check if virtualenv is properly used
|
2020-03-01 10:14:32 +01:00 |
|
Yannick Jadoul
|
774af30d71
|
Merge pull request #274 from YannickJadoul/undo-virtualenv-workaround
Revert "Keeping virtualenv<20 on macOS, until problems get fixed by new release"
|
2020-02-28 18:51:20 +01:00 |
|
Joe Rickerby
|
958fa1b824
|
Fix lint errors
Serves me right for editing code in the github editor!!
|
2020-02-28 16:26:08 +00:00 |
|
Joe Rickerby
|
8d8b91a9f6
|
Remove commented line of code and move comment
|
2020-02-28 16:23:38 +00:00 |
|
Yannick Jadoul
|
1199d78d88
|
Always unset __PYVENV_LAUNCHER__ environment variable to avoid unwanted surprises
|
2020-02-27 16:56:47 +01:00 |
|
Yannick Jadoul
|
7d0cc37b17
|
Revert "Keeping virtualenv<20 on macOS, until problems get fixed by new release"
This reverts commit 691174cf11.
|
2020-02-25 13:36:21 +01:00 |
|
Matthew Treinish
|
05df9bbfd4
|
Add comment and update test_06 skip message
|
2020-02-21 09:32:09 -05:00 |
|
Matthew Treinish
|
549fc8a93e
|
Extract platform check to separate function
|
2020-02-21 06:43:56 -05:00 |
|
Matthew Treinish
|
6ddac481c0
|
Fix typo
|
2020-02-20 16:18:51 -05:00 |
|
Matthew Treinish
|
a83ac06c8d
|
Fix small oversights
|
2020-02-20 16:17:51 -05:00 |
|