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 |
|
Grzegorz Bokota
|
fc52c5e7b6
|
add unit_test
|
2020-06-22 13:55:04 +02:00 |
|
Grzegorz Bokota
|
7b7e24d36d
|
add missed quote of before_all command
|
2020-06-22 13:55:04 +02:00 |
|
Grzegorz Bokota
|
9f6c91404d
|
fix flake8
|
2020-06-22 13:55:04 +02:00 |
|
 Grzegorz BokotaandJoe Rickerby
|
219a65d5e3
|
Apply suggestions from code review
Co-authored-by: Joe Rickerby <joerick@mac.com>
|
2020-06-22 13:55:04 +02:00 |
|
Grzegorz Bokota
|
36b8f7fff2
|
changes in code from code review
|
2020-06-22 13:55:04 +02:00 |
|
Grzegorz Bokota
|
4d5cf4629e
|
fix mypy type warning
|
2020-06-22 13:55:04 +02:00 |
|
Grzegorz Bokota
|
c1f155c0f2
|
add environment evaluation
|
2020-06-22 13:55:04 +02:00 |
|
Grzegorz Bokota
|
3fe560cf14
|
fix mypy
|
2020-06-22 13:55:04 +02:00 |
|
Grzegorz Bokota
|
75a0384d02
|
fix flake8 errors
|
2020-06-22 13:55:04 +02:00 |
|
Grzegorz Bokota
|
6501470357
|
Add BEFORE_ALL options
|
2020-06-22 13:55:04 +02:00 |
|