Skip to content

Commit

Permalink
Update to version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BananaNosh committed Jun 24, 2019
1 parent ff8cd84 commit a5c2078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='py_ask_sdk_test',
version='1.1',
version='1.2',
license='MIT',
description='A framework for testing Alexa Skills developed in Python with the alexa-skills-kit-sdk-for-python.',
long_description=open('README.md').read(),
Expand All @@ -13,7 +13,7 @@
url='https://github.com/BananaNosh/py_ask_sdk_test',
packages=find_packages('src'),
package_dir={'': 'src'},
download_url='https://github.com/BananaNosh/py_ask_sdk_test/archive/v1.1.tar.gz',
download_url='https://github.com/BananaNosh/py_ask_sdk_test/archive/v1.2.tar.gz',
keywords=['alexa', 'skill', 'alexa skill', 'test', 'testing', 'framework',
'testing framework', 'ask_sdk', 'python', 'pytest'],
install_requires=[
Expand Down
4 changes: 0 additions & 4 deletions tests/test_end_session_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,3 @@ def test_end_session_validator_correct():
)
]
)


def test_end_session_validator_with_directive():
pass # TODO

0 comments on commit a5c2078

Please sign in to comment.