Joe Rickerby
|
833a069207
|
Pass PATH during command substitution test
|
2020-07-05 17:39:40 +01:00 |
|
Joe Rickerby
|
cc913ee7cf
|
Use a different method for the Windows test
|
2020-07-05 17:27:29 +01:00 |
|
Joe Rickerby
|
d0b6401129
|
Merge pull request #394 from mayeut/update-cpython-3.7
Update CPython 3.7 from 3.7.7 to 3.7.8
|
2020-07-05 14:50:00 +01:00 |
|
mayeut
|
472eb898ed
|
Update dependencies to get python 3.9 support on s390x
|
2020-07-05 11:02:18 +02:00 |
|
mayeut
|
141b3e031e
|
Update CPython 3.7 from 3.7.7 to 3.7.8
Changelog: https://docs.python.org/release/3.7.8/whatsnew/changelog.html#changelog
|
2020-07-04 18:11:06 +02:00 |
|
Yannick Jadoul
|
0beb9518c9
|
Merge pull request #393 from Czaki/fix-doc1
Update links in documentation
|
2020-07-04 16:37:53 +02:00 |
|
Grzegorz Bokota
|
ad51e796c0
|
Update links in documentation
fix #391
|
2020-07-04 12:02:16 +02:00 |
|
Joe Rickerby
|
b12a560e87
|
Add docker test images for other architectures
|
2020-07-01 13:22:24 +01:00 |
|
Joe Rickerby
|
e31c24d3bb
|
Fix overridden PATH test, by ensuring bash command substitution rules
|
2020-06-28 21:51:06 +01:00 |
|
Joe Rickerby
|
27d97daf13
|
Don't use redirection syntax in Windows environment. Fix absolute path use for Mac
|
2020-06-28 11:33:22 +01:00 |
|
Joe Rickerby
|
faf6a76375
|
Change 'slow' tests to 'docker' tests, only run them on Linux
|
2020-06-28 10:53:03 +01:00 |
|
Joe Rickerby
|
91c3e90017
|
Fix Python 3.6 compatibility
|
2020-06-26 21:47:42 +01:00 |
|
Joe Rickerby
|
ad871f886a
|
Fix style
|
2020-06-26 21:41:00 +01:00 |
|
Joe Rickerby
|
c956f118f6
|
Add unit tests for DockerContainer
|
2020-06-26 21:37:02 +01:00 |
|
Joe Rickerby
|
762dc807cd
|
Convert DockerContainer to use binary PIPEs, to handle arbitrary data
|
2020-06-26 21:36:52 +01:00 |
|
Joe Rickerby
|
2edb33662b
|
Import organisation
|
2020-06-26 20:22:49 +01:00 |
|
Joe Rickerby
|
df69dda44a
|
Fix broken PATH test - it was erroring for a different reason
|
2020-06-26 12:59:26 +01:00 |
|
Joe Rickerby
|
1d9333689f
|
Explicit buffer size isn't necessary
|
2020-06-26 12:55:38 +01:00 |
|
Joe Rickerby
|
68d8f89fb3
|
Style tweaks
|
2020-06-26 11:02:23 +01:00 |
|
Joe Rickerby
|
db9d658b51
|
Merge pull request #387 from joerick/call-types
Remove str() calls in call/shell functions using destructuring syntax
|
2020-06-26 00:20:22 +01:00 |
|
Joe Rickerby
|
1d88c27530
|
Neaten function call whitespace
|
2020-06-25 12:41:21 +01:00 |
|
Joe Rickerby
|
fefe128a15
|
Fix issues with spaces in environment variables
|
2020-06-25 11:21:10 +01:00 |
|
Joe Rickerby
|
a92959f191
|
Update README.md
|
2020-06-25 10:57:58 +01:00 |
|
Joe Rickerby
|
321335e756
|
Bump version: v1.5.1
v1.5.1
|
2020-06-25 10:53:30 +01:00 |
|
Joe Rickerby
|
c88a73b40b
|
Merge pull request #389 from Czaki/fix_shutil
Switch back to shutil.move from Path.rename
|
2020-06-25 10:44:53 +01:00 |
|
Joe Rickerby
|
dd4fc69e7c
|
Revert "Remove hard-coded shell info to use the docker ENTRYPOINT instead"
This reverts commit a052c71aec.
|
2020-06-25 10:39:26 +01:00 |
|
Grzegorz Bokota
|
4dd5c0e11c
|
use only dir name as target of shutil.move
|
2020-06-24 23:04:15 +00:00 |
|
Grzegorz Bokota
|
a2f4d2aa47
|
Switch back to shutil.move from Path.rename
|
2020-06-24 22:36:18 +00:00 |
|
Joe Rickerby
|
850d109582
|
Don't use docker exec -w because CircleCI doesn't support it
|
2020-06-24 17:12:06 +01:00 |
|
Joe Rickerby
|
a052c71aec
|
Remove hard-coded shell info to use the docker ENTRYPOINT instead
This lets us use the 'linux32 bash' that's specified by the i686 docker
images, without specifying it explicitly.
|
2020-06-24 16:50:08 +01:00 |
|
Joe Rickerby
|
31339ba30e
|
Extract DockerContainer into its own file
|
2020-06-24 16:43:33 +01:00 |
|
Joe Rickerby
|
53c00a0af6
|
Use a long-running remote bash shell, rather than docker exec
|
2020-06-24 16:39:20 +01:00 |
|
Joe Rickerby
|
41891277d3
|
Bump version: v1.5.0
v1.5.0
|
2020-06-24 09:54:55 +01:00 |
|
Joe Rickerby
|
78ac83ff7e
|
Merge pull request #358 from henryiii/henryiii/pep517
Adding PEP 518 test, fix 3.5 Python on Windows
|
2020-06-24 09:34:25 +01:00 |
|
Joe Rickerby
|
50a263df21
|
Remove str() calls in call/shell functions using destructuring syntax
|
2020-06-23 20:28:54 +01:00 |
|
Joe Rickerby
|
e417791ae4
|
Remove the linux bash script, replaced with a docker exec approach
|
2020-06-23 19:46:23 +01:00 |
|
Joe Rickerby
|
3ff84c52f9
|
Merge branch 'master' into henryiii/pep517
|
2020-06-23 19:39:59 +01:00 |
|
probot-auto-merge[bot]
|
e72e4683db
|
Merge pull request #383 from joerick/circleci-debug
Debug CircleCI failures
|
2020-06-23 11:26:55 +00:00 |
|
Joe Rickerby
|
dfd8f4809a
|
Merge remote-tracking branch 'origin/master' into circleci-debug
|
2020-06-23 11:17:36 +01:00 |
|
Joe Rickerby
|
666699a51e
|
Configure probot-auto-merge
|
2020-06-23 11:16:23 +01:00 |
|
Joe Rickerby
|
947059bbf4
|
Don't try to install virtualenv
|
2020-06-23 10:27:23 +01:00 |
|
Joe Rickerby
|
4302090f08
|
Uninstall poetry
|
2020-06-23 10:25:35 +01:00 |
|
Joe Rickerby
|
c68d50a073
|
Lock virtualenv version
|
2020-06-23 10:19:09 +01:00 |
|
Joe Rickerby
|
a03a26c90e
|
Update README options table
|
2020-06-23 09:59:22 +01:00 |
|
Joe Rickerby
|
e3b272201e
|
Merge pull request #342 from Czaki/setup_data
Add BEFORE_ALL options
|
2020-06-23 09:51:35 +01:00 |
|
Grzegorz Bokota
|
43fcb31231
|
fix tests
|
2020-06-22 13:55:04 +02:00 |
|
Grzegorz Bokota
|
b4b46a1f06
|
fix mypy
|
2020-06-22 13:55:04 +02:00 |
|
Joe Rickerby
|
2057bba07f
|
Update docs to reflect linux available python change
|
2020-06-22 13:55:04 +02:00 |
|
Joe Rickerby
|
46352c8e30
|
Add a modern python to linux build before_all environment
|
2020-06-22 13:55:04 +02:00 |
|
Grzegorz Bokota
|
2e15fdddfd
|
change to new test engine
|
2020-06-22 13:55:04 +02:00 |
|