Gertjan van den Burg
e0eb375449
Returncode fix ( #1 )
...
Some trial and error to make sure it works reliably.
* remove test_retcode
* debug local bash settings
* set errexit explicitly in subshell
* set errexit also in the subshell in parenthesis
* debugging
* more debugging (exit code of sh)
* is the venv subshell returning exit 1?
* what if we remove the additional subshell?
* then we need to unquote the command
* if statement needs test command quoted
* simple if statement
* echo command needs to be removed of course
* remove debug statements
* check if setting errexit here is needed
* these settings can be removed
At this point ("before") the shell already has errexit set.
* setting errexit in the sh invocation is needed
This is not inherited, so it's good to specify it.
* just double checking that the subshell doesn't exit
* use solution from fvue.nl
* Solution doesn't seem to work, even popd is run
So now I'm putting back the if statement, it seems
to be the simplest and most effective solution.
* add a comment
* prove that errexit is necessary
* errexit is indeed needed for chaining
2019-10-21 11:42:43 +01:00
Gertjan van den Burg
0c33a58579
failing test breaks out of subshell
2019-10-18 11:45:48 +01:00
Gertjan van den Burg
3842cfd853
Attempt at getting the retcode of the test process
2019-10-18 11:31:48 +01:00
Joe Rickerby
5f416b194a
Merge pull request #164 from astrofrog/virtualenv-notox
...
Run tests in clean virtual environment [version without tox]
2019-10-13 21:24:19 +01:00
Joe Rickerby
2a244616ad
windows: only make venv when test is defined and isolate env vars
2019-10-12 10:47:00 +01:00
Joe Rickerby
bfa3eebb7f
Remove redundant if clause
2019-10-12 10:44:47 +01:00
Joe Rickerby
b0c2fd8af2
macos: only make venv when test is defined and isolate env vars
2019-10-12 10:35:45 +01:00
Joe Rickerby
cf90846161
linux: run tests in a subshell, only create env if test defined
2019-10-12 10:17:28 +01:00
Joe Rickerby
3302aa136b
Update README
2019-09-29 20:46:31 +01:00
Joe Rickerby
14d9b4091e
Update changelog
2019-09-29 20:46:23 +01:00
Joe Rickerby
aeeac6725a
Bump version
v0.12.0
2019-09-29 20:40:44 +01:00
Joe Rickerby
41b4b092b1
Merge pull request #167 from mayeut/update-openssl
...
Update openssl patch from 1.0.2s to 1.0.2t on macOS
2019-09-29 20:34:56 +01:00
mayeut
28186bf142
Update openssl patch from 1.0.2s to 1.0.2t on macOS
2019-09-22 14:46:17 +02:00
Joe Rickerby
4e10d9d897
Merge pull request #163 from astrofrog/circleci-verbose
...
Clean up CircleCI YAML syntax
2019-09-21 16:26:13 +01:00
Yannick Jadoul
c963013858
Fixing weird issue with the shebang of pip installed scripts and __PYVENV_LAUNCHER__
2019-09-11 23:56:27 +02:00
Thomas Robitaille
9470ca623f
Use python -m virtualenv on Windows and Linux
2019-09-10 09:40:20 +01:00
Thomas Robitaille
2e3bc016b4
Try and avoid relying on global virtualenv command
2019-09-10 09:40:20 +01:00
Thomas Robitaille
d4732130a7
Use unique temporary directory for virtual environment on linux
2019-09-10 09:40:20 +01:00
Thomas Robitaille
853699c265
Fix calls to pip and virtualenv
2019-09-10 09:40:19 +01:00
Thomas Robitaille
40968897a8
Test package in a virtualenv on Linux and Windows
2019-09-10 09:40:19 +01:00
Thomas Robitaille
fdc2ba8715
Try and work around the fact we can't source activate
2019-09-10 09:40:19 +01:00
Thomas Robitaille
3ff59eefc6
Fix syntax
2019-09-10 09:40:19 +01:00
Thomas Robitaille
e3416abeb9
Use virtual environment for testing on MacOS X
2019-09-10 09:40:18 +01:00
Joe Rickerby
2ab2d079ab
Merge pull request #161 from astrofrog/test-extras-require
...
Add support for specifying test-time dependencies via extras_require
2019-09-09 22:18:33 +01:00
Joe Rickerby
5e529969ea
Merge pull request #153 from mayeut/update-python
...
Update Python from 3.7.2 to 3.7.4 on macOS
2019-09-09 21:48:50 +01:00
Joe Rickerby
b7a689e349
Merge pull request #157 from altendky/patch-1
...
Add Twisted to working examples list
2019-09-09 21:48:30 +01:00
Thomas Robitaille
4f4fed06e0
Added unit test for CIBW_TEST_EXTRAS
2019-09-09 12:49:11 +01:00
Thomas Robitaille
45fcebf9d8
Fix issue on linux
2019-09-09 12:49:05 +01:00
Thomas Robitaille
e67b3bc611
Added support for CIBW_TEST_EXTRAS to allow extras_require to be used to install test dependencies
2019-09-09 12:49:04 +01:00
Thomas Robitaille
d8456a0ffa
Use one-line commands on CircleCI to ensure that command output is shown
2019-09-07 21:55:42 +01:00
Kyle Altendorf
73681d9b24
Add Twisted to working examples list
2019-08-28 23:06:38 -04:00
mayeut
02ed7b2262
Update Python from 3.7.2 to 3.7.4 on macOS
2019-07-27 11:24:47 +02:00
Joe Rickerby
ab86b8cd93
Merge pull request #149 from mayeut/update-openssl
...
Update openssl patch from 1.0.2r to 1.0.2s on macOS
2019-06-24 10:02:41 +01:00
mayeut
3a03df8ec9
Update openssl patch from 1.0.2r to 1.0.2s on macOS
2019-06-23 18:15:46 +02:00
Joe Rickerby
0e78b2b1f5
Merge pull request #147 from cher-nov/V_for_Veyor
...
Correct spelling: capitalized 'V' in 'AppVeyor'
2019-06-21 08:53:24 +01:00
Joe Rickerby
5b14c8c0ec
Merge pull request #148 from delivrance/add-tgcrypto
...
Add pyrogram/tgcrypto to README.md
2019-06-21 08:51:49 +01:00
Dan
0627bd09d4
Add pyrogram/tgcrypto to README.md
2019-06-14 21:38:38 +02:00
Dmitry D. Chernov
a5e64e216c
Correct spelling: capitalized 'V' in 'AppVeyor'
2019-06-10 20:27:32 +10:00
Joe Rickerby
23cf50614f
Merge pull request #142 from kngwyu/upd-readme
...
Specify cibuildwheel=0.11 in Azure example
2019-05-29 08:47:04 +01:00
kngwyu
1e08ff03b3
Specify cibuildwheel=0.11 in README example
2019-05-29 15:15:58 +09:00
Joe Rickerby
2216385c0b
Update changelog
2019-05-28 19:22:25 +01:00
Joe Rickerby
a1fc0cb117
Bump version
v0.11.1
2019-05-28 19:17:28 +01:00
Joe Rickerby
430b71c767
Ensure resources are packaged in release tarballs and wheels
...
Fix #141
2019-05-28 19:17:05 +01:00
Joe Rickerby
14f14a24d3
Add config for universal wheel support so we can post wheels to PyPI too
2019-05-28 10:34:31 +01:00
Joe Rickerby
b732026734
Update changelog
2019-05-26 12:53:51 +01:00
Joe Rickerby
0d85db7111
Bump version
v0.11.0
2019-05-26 12:48:43 +01:00
Joe Rickerby
477fc7e060
Merge pull request #132 from joerick/azure-windows
...
Support Windows on Azure Pipelines [continued...]
2019-05-26 11:38:36 +01:00
Joe Rickerby
17566cdee7
Don't expect Python 3.4 wheels on Azure
2019-04-27 12:12:02 +01:00
Joe Rickerby
49bc742add
Remove unused imports
2019-04-27 10:23:07 +01:00
Joe Rickerby
4cbb67fac1
Merge remote-tracking branch 'origin/master' into azure-windows
2019-04-27 10:22:00 +01:00