We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e40b9 commit e4da21bCopy full SHA for e4da21b
2 files changed
celerytasks/tests/chef.py
@@ -12,6 +12,7 @@
12
from celerytasks.chef import ChefAPI
13
from deis import settings
14
15
+
16
@unittest.skip('Need to set up TEST_CHEF_SERVER somehow.')
17
class ChefAPITest(unittest.TestCase):
18
"""Tests the client interface to Chef Server API."""
requirements.txt
@@ -1,4 +1,5 @@
1
# Deis' python library requirements
2
+azure>=0.7.0
3
boto>=2.9.8
4
Django>=1.5.1
5
django-allauth>=0.12.0
@@ -14,9 +15,6 @@ pyCrypto>=2.6
PyYAML>=3.10
South>=0.8.1
-# Windows Azure cloud driver -- not yet required
-# azure>=0.7.0
19
-
20
# Generates template documentation in the Django admin.
21
# docutils>=0.11
22
0 commit comments