Ed Morley
8cb379f83b
Add support for latest CPython and PyPy versions ( #977 )
...
Adds support for:
* CPython 2.7.18, 3.5.9, 3.7.7 and 3.8.3
* PyPy 2.7 and 3.6, version 7.3.1
The binaries will need generating and uploading before CI will pass.
Note: Whilst the build script for CPython 3.8.3 did already exist in the
repository, it appears to have been accidentally created in #920 , which
predated the existence of that version of Python - so the binaries do
not exist on S3.
The Heroku-18 Docker image tag has also been unpinned, since the new
libssl version is now available at runtime in all environments, so we
don't need to force building against the older version of the headers.
Fixes W-7582174.
2020-05-19 14:16:59 +01:00
Casey
ea350a6694
Bugfix: Caching on subsequent redeploys ( #948 )
...
* Don't clear the cache on first app deploy
* Add output for debugging cache behavior
* Debug output of changes, clean up whitespace
* Update hatchet to use latest getting started guide
* Clean up caching output logs
This output was confusing and unhelptul to most users
* Changelog
* Test if we need these lines
* dang fi
* Remove unnecessary code
* Remove confusing output of change
* Update log output
* Update test to match new expected log output
* Update changelog
2020-04-21 15:41:57 -05:00
Casey
2c2cbc4653
Merge branch 'master' into kgrinberg/master
2020-04-06 13:23:29 -04:00
Casey Faist
48a368ac71
Add test for expected behavior
2020-03-24 14:48:17 -04:00
Casey
d8b37dcaf8
Merge branch 'master' into geos-deprecation
2020-03-18 10:29:39 -04:00
Casey Faist
e68f556e63
Build and release Python 3.8.2
2020-02-27 15:26:33 -07:00
Casey Faist
0057d19082
Typo in bash if-else block
2019-12-23 12:28:31 -05:00
Casey Faist
0419921227
bash is not python, so use bash block closers
2019-12-23 10:56:14 -05:00
Casey Faist
7d743e7998
Don't test for pypy on cedar 14
2019-12-23 09:57:07 -05:00
Casey Faist
0e1ac6217b
correct test expectations
2019-12-23 01:22:30 -05:00
Casey Faist
848c846a3d
Add tests for beta Pypy support
2019-12-23 00:17:22 -05:00
Casey Faist
f189df5415
Warn about EOL on Python 2 install
2019-12-23 00:13:54 -05:00
Casey
4e8831a3a3
Merge branch 'master' into geos-deprecation
2019-12-06 10:11:47 -05:00
Casey Faist
f31e9fa835
Correct failing smart requirement steps
2019-12-06 09:20:28 -05:00
Casey Faist
475af5a1f8
test that sqlite installs properly
2019-12-02 15:57:05 -05:00
Casey Faist
3c193bd475
update 3.4 warn test
2019-10-29 07:42:50 -07:00
Casey Faist
a7f62496b1
correct python35 tests
2019-10-28 15:16:14 -07:00
Casey Faist
f1b0f8c154
correct the pass/fail metric for python 34
2019-10-24 12:48:04 -07:00
Casey Faist
f90dfbc12e
update 3.4 tests to fail on heroku 18
2019-10-24 09:40:31 -07:00
Casey Faist
9ca0c4eb84
check for 3.5 on all stacks
2019-10-24 09:36:29 -07:00
Casey Faist
dc694d4712
test for 3.5 warn should pass when using staged binaries
2019-10-24 08:52:33 -07:00
Casey Faist
5828fbfe7d
check for whole deprecation message
2019-10-23 11:42:01 -07:00
Kevin Brolly
a6510f0f77
Added a deprecation warning when using BUILD_WITH_GEO_LIBRARIES or installing pygdal
2019-10-22 12:38:43 -07:00
Casey Faist
4328847f1e
update tests and default 2.7
2019-10-21 17:04:23 -07:00
Casey
22e6239222
Merge branch 'master' into deprecated-pythons-test
2019-10-21 10:56:23 -07:00
Casey Faist
011f1e7e60
wardn case should succeed on all stacks
2019-10-18 09:57:09 -07:00
Casey Faist
0b804b186c
correct the capture version too
2019-10-18 08:53:40 -07:00
Casey Faist
0fc7b6c186
bump the warning version to an available version
2019-10-17 16:34:44 -07:00
Casey Faist
7ff7fa4462
add 3.8 tests
2019-10-17 15:01:32 -07:00
Casey Faist
47c6dbab32
add var to handle staged binaries
2019-10-14 11:15:06 -07:00
Casey
cc2d1ad17f
Merge branch 'master' into test-pysqlite
2019-10-10 13:09:56 -07:00
Casey Faist
4a4a6a1df0
add pysqlite test for python 2.7.16
2019-10-10 13:05:45 -07:00
Casey Faist
950572132c
remove test for sqlite on older versions of python 3.4
2019-10-09 13:57:06 -07:00
Casey Faist
0c78978e90
don't check python 3.4
2019-10-08 14:57:15 -07:00
Casey Faist
24e0858902
add sqlite tests
2019-10-08 14:08:04 -07:00
Casey Faist
0ffbf60882
split out tests to avoid timeouts
2019-09-10 11:53:33 -07:00
Casey Faist
5337dd592b
remove test case for deprecated pythons on deprecated stack
2019-04-04 14:04:10 -07:00
Casey Faist
7654d13f8b
fix test blindspot
2019-04-03 15:28:35 -07:00
Casey
76bb572a4d
Release prep 151 ( #813 )
...
* new runtimes
* update default latest
2019-03-21 10:54:12 -07:00
Casey
21430070ad
Python release prep ( #809 )
...
* new recipe for new runtime
* add new runtime formula
* add test updates for new runtime release
* wrangle tests into submission
* update tests to use default_pythons
* delete commented code
2019-03-13 12:25:03 -07:00
Casey
bebc0cf439
Python 2.7.16 ( #808 )
...
* new recipe for new runtime
* add new runtime formula
* wrangle tests into submission
2019-03-11 13:22:29 -04:00
Casey Faist
797652a75d
new runtimes and travis test updates
2019-01-31 14:46:42 -05:00
Casey Faist
d7351513c7
changelog and test update
2018-12-12 17:26:28 -05:00
Casey Faist
88a5ba5d39
add test for 2.7 pipenv install
2018-11-15 09:09:51 -06:00
Casey Faist
3434972e32
update hatchet expected version
2018-11-15 08:57:57 -06:00
Casey Faist
1dfef44085
update default in pipenv test
2018-11-14 17:36:59 -06:00
Casey Faist
23999846ad
update 3.7 tests typo
2018-11-14 16:41:38 -06:00
Casey Faist
8d1ebf7288
bump default 3.6 version
2018-11-14 16:24:46 -06:00
Casey Faist
f2165aaac6
update test fixtures for new python runtimes
2018-11-13 16:11:14 -06:00
Casey Faist
0b554f660f
update tests for missed stack issues
2018-11-12 17:27:07 -06:00