aws / aws-elastic-beanstalk-cli

The EB CLI is a command line interface for Elastic Beanstalk that provides interactive commands that simplify creating, updating and monitoring environments from a local repository.
Apache License 2.0
161 stars 78 forks source link

Test #491

Closed NihalM99 closed 1 year ago

NihalM99 commented 1 year ago

Issue #9, if available:

Description of changes: Modified to remove warnings as shown ebcli/lib/codebuild.py:60 /codebuild/output/src491/src/github.com/aws/aws-elastic-beanstalk-cli/ebcli/lib/codebuild.py:60: DeprecationWarning: invalid escape sequence . regex_search_version = "AWS ElasticBeanstalk - (.*)v([0-9]+.[0-9]+.[0-9]+)"

ebcli/display/screen.py:442 /codebuild/output/src491/src/github.com/aws/aws-elastic-beanstalk-cli/ebcli/display/screen.py:442: SyntaxWarning: assertion is always true, perhaps remove parentheses? assert(

ebcli/controllers/create.py:221 /codebuild/output/src491/src/github.com/aws/aws-elastic-beanstalk-cli/ebcli/controllers/create.py:221: SyntaxWarning: "is" with a literal. Did you mean "=="? if instance_types is "":

tests/unit/operations/test_envvarops.py:33 /codebuild/output/src491/src/github.com/aws/aws-elastic-beanstalk-cli/tests/unit/operations/test_envvarops.py:33: DeprecationWarning: invalid escape sequence \ environment_variables_input = ' """ DB_USER""" = "\" r=o\"o\'t\"\" " , DB_PAS\ = SWORD="\"pass=\'\"word\""'

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

glensc commented 4 months ago

This this hasn't been included in release