Skip to content

Commit e4da21b

Browse files
committed
Revert azure to required, apparently travis CI thinks so.
1 parent 30e40b9 commit e4da21b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

celerytasks/tests/chef.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from celerytasks.chef import ChefAPI
1313
from deis import settings
1414

15+
1516
@unittest.skip('Need to set up TEST_CHEF_SERVER somehow.')
1617
class ChefAPITest(unittest.TestCase):
1718
"""Tests the client interface to Chef Server API."""

requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Deis' python library requirements
2+
azure>=0.7.0
23
boto>=2.9.8
34
Django>=1.5.1
45
django-allauth>=0.12.0
@@ -14,9 +15,6 @@ pyCrypto>=2.6
1415
PyYAML>=3.10
1516
South>=0.8.1
1617

17-
# Windows Azure cloud driver -- not yet required
18-
# azure>=0.7.0
19-
2018
# Generates template documentation in the Django admin.
2119
# docutils>=0.11
2220

0 commit comments

Comments
 (0)