15
0
forked from pool/python-flower
Files
python-flower/remove-faulty-test.patch
Tomáš Chvátal c163bb9aee Accepting request 677621 from home:jayvdb:branches:devel:languages:python
- Remove flower-test_control.diff merged upstream
- Add remove-faulty-test.patch for useless test case
- Add more missing runtime dependencies Babel & pytz not covered by tests
- Update to v0.8.4
  * Fix /api/tasks #460
  * Disable tornado access logs
  * Fix #462
  * Improve error handling for unsupported brokers
  * Make sure Babel is at least 1.0
  * Updated a test to use assert_called_once_with
  * Updating readme for OAuth
  * The viewer tasks, has been enhanced to display the key word arguments
    and arguments showing now indented way information
  * Add logging.NullHandler backport #501
  * Fix github auth python3 support #498
  * Use timezone from celery settings if configured.
  * Add option `unix_socket`, deploy on docker and expose the sock file
  * Discover tests in tests/*.py
  * Fix bug, `events.Task.as_dict` is new in `Celery 3.1.7`
  * events.Task.as_dict is new in Celery 3.1.7
  * Refactor /api/tasks/ #515
  * Use pprint instead of ast #491	
  * Define CELERY_ACCEPT_CONTENT for examples
  * Fix task searching #480

OBS-URL: https://build.opensuse.org/request/show/677621
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flower?expand=0&rev=2
2019-02-20 09:58:24 +00:00

15 lines
446 B
Diff

--- flower-0.8.4/tests/test_command.py.orig 2019-02-20 15:47:03.279318000 +0700
+++ flower-0.8.4/tests/test_command.py 2019-02-20 15:47:12.083402871 +0700
@@ -1,11 +1 @@
-import unittest
-from tests import AsyncHTTPTestCase
-from flower.command import FlowerCommand
-
-
-class TestFlowerCommand(AsyncHTTPTestCase):
- def test_command(self):
- flower = FlowerCommand()
- #flower.execute_from_commandline()
- assert False