Joe Rickerby
|
dc446d3cac
|
moar debug
|
2020-07-12 12:45:59 +01:00 |
|
Joe Rickerby
|
9f71900637
|
add debugging code
|
2020-07-12 12:39:33 +01:00 |
|
Joe Rickerby
|
e098e1450d
|
Fix test project generation script
|
2020-07-12 12:35:30 +01:00 |
|
Joe Rickerby
|
ed0077a995
|
Merge pull request #386 from joerick/docker-exec
From Linux bash script to Python control flow
|
2020-07-11 19:28:40 +01:00 |
|
Joe Rickerby
|
5842a75927
|
Flake8 fixes
|
2020-07-10 13:04:50 +01:00 |
|
Joe Rickerby
|
44e3198880
|
Convert glob to take a Path and a str pattern
|
2020-07-10 12:57:05 +01:00 |
|
Joe Rickerby
|
4c0af9f152
|
Finish file/dir tests
|
2020-07-10 12:46:32 +01:00 |
|
Joe Rickerby
|
8ddc6d57a2
|
Bump version: v1.5.2
v1.5.2
|
2020-07-08 22:59:40 +01:00 |
|
Joe Rickerby
|
9e35d65de4
|
Add file-based unit tests
|
2020-07-08 22:56:33 +01:00 |
|
Joe Rickerby
|
58fa77b73b
|
Merge pull request #401 from joerick/windows_call
Windows - distinguishing between call and shell for better arg quoting
|
2020-07-08 22:01:57 +01:00 |
|
 Joe RickerbyandHenry Schreiner
|
048ddc4af3
|
Update test/test_pep518.py
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
|
2020-07-08 20:12:50 +01:00 |
|
Joe Rickerby
|
c521dca40b
|
My own unique attempt on the shell/call debacle
|
2020-07-08 18:17:55 +01:00 |
|
Henry Schreiner
|
ac2b391790
|
Typo
|
2020-07-07 23:33:03 -04:00 |
|
Henry Schreiner
|
47fe71efb4
|
Try just converting to list
|
2020-07-07 23:09:40 -04:00 |
|
Henry Schreiner
|
53ba9bd0d0
|
Try adding PATH to env
|
2020-07-06 18:11:29 -04:00 |
|
Henry Schreiner
|
317397b39a
|
fix: Try resolving
|
2020-07-06 14:25:02 -04:00 |
|
Henry Schreiner
|
8466194576
|
fix: Try removing shell
|
2020-07-06 10:49:24 -04:00 |
|
Henry Schreiner
|
c68be58e78
|
fix: Try simple quoting
|
2020-07-06 08:55:36 -04:00 |
|
Henry Schreiner
|
fc24230cb4
|
Try original
|
2020-07-06 01:31:47 -04:00 |
|
Henry Schreiner
|
c36be04ee8
|
fix: Use repr
|
2020-07-05 23:51:28 -04:00 |
|
Henry Schreiner
|
7a27ae941c
|
fix: Support environment markers in PEP 518 workaround
|
2020-07-05 23:16:00 -04:00 |
|
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
|
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 |
|