Skip to content

Commit

Permalink
py-aws-sam-translator: update to 1.14.0
Browse files Browse the repository at this point in the history
cfn-lint is no longer a test dependency since [1], and the test suite is
green now.

[1] aws/serverless-application-model#1034
  • Loading branch information
Chih-Hsuan Yen committed Oct 3, 2019
1 parent 98030cd commit 2e975db
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions python/py-aws-sam-translator/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PortGroup python 1.0
PortGroup github 1.0

name py-aws-sam-translator
github.setup awslabs serverless-application-model 1.12.0 v
github.setup awslabs serverless-application-model 1.14.0 v
github.tarball_from archive
revision 0

Expand All @@ -17,9 +17,9 @@ maintainers {yan12125 @yan12125} openmaintainer
description AWS SAM Translator is a library that transform SAM templates into AWS CloudFormation templates
long_description ${description}

checksums sha256 6bd835557c5c08eb27ffd6e47cebcb56af8a43efb99f8ff4ceb30efa70ed7af1 \
rmd160 c952a5e30ce988e51fb18930c472b58216277e3c \
size 5103318
checksums sha256 37da47396f313598bbb159dc578f97a862b054cce9e9a82b9cd33ff74dea90e2 \
rmd160 0281dd7416014a89ad88c7a1775efd46e2f774fe \
size 5244704

python.versions 37

Expand All @@ -33,15 +33,12 @@ if {${name} ne ${subport}} {
port:py${python.version}-six

depends_test-append \
port:py${python.version}-cfn-lint \
port:py${python.version}-mock \
port:py${python.version}-parameterized \
port:py${python.version}-pytest \
port:py${python.version}-pytest-cov \
port:py${python.version}-yaml

# Note that currently tests are broken with the latest cfn-lint
# https://github.com/awslabs/serverless-application-model/issues/1004
test.run yes
test.cmd py.test-${python.branch}
test.target tests
Expand Down

0 comments on commit 2e975db

Please sign in to comment.