Explorar o código

Disable test on Windows

Ask Solem %!s(int64=11) %!d(string=hai) anos
pai
achega
7a420ffee2
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      celery/tests/utils/test_datastructures.py

+ 2 - 0
celery/tests/utils/test_datastructures.py

@@ -96,6 +96,8 @@ class test_ConfigurationView(Case):
         self.assertIn('default_key', repr(self.view))
 
     def test_iter(self):
+        if sys.platform == 'win32':
+            raise SkipTest('Not working on Windows')
         expected = {'changed_key': 1,
                     'default_key': 1,
                     'both': 2}