Skip to content

Commit

Permalink
Deprecate stretch/3.5 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Bochu committed May 25, 2018
1 parent dad6edd commit 657c626
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ChangeLog
----------------

- Add support for Python's stretch+3.6 docker image.
- Deprecate stretch/3.5 runtime


6.2.1 (2018-04-16)
Expand Down
1 change: 1 addition & 0 deletions src/grocker/resources/grocker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ runtimes: # grocker internal configuration
- python3-dev

"stretch/3.5":
deprecated: yes
image: debian:stretch
runtime: python3.5
dependencies:
Expand Down
6 changes: 1 addition & 5 deletions tests/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def test_entrypoints(self):


class DebianBuildTestCase(AbstractBuildTestCase, unittest.TestCase):
runtime = 'stretch/3.5'
runtime = 'stretch/3.6'
dependencies = {
'build': ['libjpeg62-turbo-dev'],
'run': ['libjpeg62-turbo'],
Expand Down Expand Up @@ -235,10 +235,6 @@ def test_repositories(self):
self.check(config, '{}=={}'.format(self.tp_name, self.tp_version), ['-c', script], 'True')


class DebianPython36BuildTestCase(DebianBuildTestCase):
runtime = 'stretch/3.6'


class AlpineTestCase(AbstractBuildTestCase, unittest.TestCase):
runtime = 'alpine/3.6'
dependencies = {
Expand Down

0 comments on commit 657c626

Please sign in to comment.