Fixed requirement issue causing tox failure

- Updated camera test to check for new status change
- Added updated to CHANGES.rst
This commit is contained in:
Kevin Fronczak
2018-02-03 09:50:08 -05:00
parent 87643ddcab
commit ce6dec50cd
4 changed files with 5 additions and 7 deletions
+1
View File
@@ -13,6 +13,7 @@ A list of changes between each release
- Moved some request calls out of @property methods (enables future CLI support)
- Renamed get_summary() method to summary and changed to @property
- Added ability to download most recent video clip
- Improved camera arm/disarm handling (`@b10m <https://github.com/fronzbot/blinkpy/pull/50>`_)
0.6.0 (2017-05-12)
^^^^^^^^^^^^^^^^^^
+1 -4
View File
@@ -1,5 +1,2 @@
pytest>=2.9.2
pytest-cov>=2.3.1
pytest-timeout>=1.0.0
requests>=2.12.4
testtools
testtools
+2 -2
View File
@@ -2,9 +2,9 @@ flake8==3.3
flake8-docstrings==1.1.0
pylint==1.8.1
pydocstyle==2.0.0
pytest>=2.9.2
pytest==3.3.1
pytest-cov>=2.3.1
pytest-sugar>=0.8.0
pytest-sugar>=0.9.0
pytest-timeout>=1.0.0
restructuredtext-lint>=1.0.1
pygments>=2.2.0
+1 -1
View File
@@ -73,7 +73,7 @@ class TestBlinkCameraSetup(unittest.TestCase):
self.assertEqual(camera.notifications, 2)
self.assertEqual(camera.region_id, 'test')
camera_config = self.camera_config
camera_config['armed'] = True
camera_config['active'] = 'armed'
camera_config['thumbnail'] = '/test2/image'
camera_config['video'] = '/test2/clip.mp4'
camera_config['temp'] = 60