mirror of https://github.com/scrapy/scrapy.git
test suite requires recent queuelib to pass because it depends on queuelib test suite
This commit is contained in:
parent
a57efdb008
commit
a3390afc66
|
|
@ -6,3 +6,5 @@ jmespath
|
|||
# optional for shell wrapper tests
|
||||
bpython
|
||||
ipython
|
||||
# required because squeue tests extend from queuelib testsuite
|
||||
queuelib>=1.4.2
|
||||
|
|
|
|||
|
|
@ -9,3 +9,5 @@ testfixtures
|
|||
# optional for shell wrapper tests
|
||||
bpython
|
||||
ipython
|
||||
# required because squeue tests extend from queuelib testsuite
|
||||
queuelib>=1.4.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue