mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Merge pull request #887 from heroku/deprecated-pythons-test
Test fixture update
This commit is contained in:
+1
-2
@@ -4,8 +4,7 @@
|
||||
|
||||
- Add support for Python 3.8 branch
|
||||
- Sqlite3 Update:
|
||||
- Add Tests
|
||||
- Test for Pysqlite
|
||||
- Test Improvements
|
||||
- Add support for staging binary testing
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
python-3.4.0
|
||||
python-3.4.9
|
||||
|
||||
+3
-7
@@ -49,13 +49,9 @@ testPython3_4() {
|
||||
|
||||
testPython3_4_warn() {
|
||||
compile "python3_4_warn"
|
||||
if [[ $STACK = "cedar-14" ]]; then
|
||||
assertCaptured "python-3.4.0"
|
||||
assertCaptured "security update!"
|
||||
assertCapturedSuccess
|
||||
else
|
||||
assertCapturedError
|
||||
fi
|
||||
assertCaptured "python-3.4.9"
|
||||
assertCaptured "security update!"
|
||||
assertCapturedSuccess
|
||||
}
|
||||
|
||||
testPython3_4_fail() {
|
||||
|
||||
Reference in New Issue
Block a user