This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
kombu
mirror of
https://github.com/celery/kombu.git
Watch
1
Star
1
Fork
You've already forked kombu
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
25a9e76f3a
kombu
/
requirements
/
test-ci.txt
7 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rewrite tests to use py.test NOTE: test_qpid was removed as it's breaking horribly. It's currently trying to import symbols from kombu.transport.qpid that don't exist. assertRaises -> pytest.raises assertTrue assertTrue - multiline assertFalse assertFalse - multiline assertIsNone assertIsNone - multiline assertEqual assertEqual - multiline assertNotEqual assertNotEqual - multiline assertGreater - multiline assertIn assertIn - multiline assertNotIn assertNotIn - multiline assertIsInstance assertIsInstance - multiline assertIsNot assertIsNot - multiline assertIsNotNone assertIs assertIs - multiline Manual changes Now depends on case 1.3.1
2016-08-22 18:17:59 +00:00
pytest-cov
[tox] Try to use celery tox config
2016-04-09 02:37:44 +00:00
codecov
Adds redis to CI test requirements
2013-09-12 17:07:51 +00:00
redis
Cleans up test requirements
2012-08-29 11:43:00 +00:00
PyYAML
[reqs] Reorganize ci requirements
2016-04-11 19:48:51 +00:00
msgpack-python>0.2.0
Switching to boto3 only (#693) * Switch Boto2 to Boto3 for SQS messaging * Fixed region support * Add SQS FIFO queue support * Add sensible defaults for message attributes * Asynchronous support, plus boto3 for region endpoint lookups * Clean up imports * Fix Python 2 support * Fix receive_message tests * Reformat docstring * boto3 import changes for CI * skip tests if boto3 not installed * skip tests if boto3 not installed * flake8 * noboto * ditching boto2. got queue URL fetching, async HTTP request generation and signing working. * request signing working kinda * async parsing of SQS message response more or less working * botocore sqs dep * ripping out more old boto2 stuff * removing tests that are no longer valid with boto3/SQS * fix boto3 dep, min version and no botocore * no boto2 for test * cleaning up some SQS tests. fixing header parsing of response to msg * fixing some sqs tests * removing response-parsing tests that are no longer necessary as we're using the botocore response parsing machinery instead of implementing SAX parsing in kombu. * fixing more SQS tests * wants a region * trying to fix py2 parsing of sqs message * lint * py2/py2 message header parsing stupidness * forgot * python 2 sux * flake8 * Import boto3 from the right place * Changes * Update encode fuction * Fix lint * remove some unused things * removing unused stuff * ugh * ugh * ugh * landscape ignoring * shut up, landscape
2017-04-14 05:22:18 +00:00
-r extras/sqs.txt