1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-25 15:44:33 +00:00

test suite requires recent queuelib to pass because it depends on queuelib test suite

This commit is contained in:
Daniel Graña 2015-09-17 19:42:29 -03:00
parent a57efdb008
commit a3390afc66
2 changed files with 4 additions and 0 deletions

View File

@ -6,3 +6,5 @@ jmespath
# optional for shell wrapper tests
bpython
ipython
# required because squeue tests extend from queuelib testsuite
queuelib>=1.4.2

View File

@ -9,3 +9,5 @@ testfixtures
# optional for shell wrapper tests
bpython
ipython
# required because squeue tests extend from queuelib testsuite
queuelib>=1.4.2