mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
dev-python/scrapy: fix pytest fail
Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
@@ -57,5 +57,7 @@ EPYTEST_DESELECT=(
|
|||||||
tests/test_pipeline_files.py::TestFTPFileStore::test_persist
|
tests/test_pipeline_files.py::TestFTPFileStore::test_persist
|
||||||
# Flaky test: https://github.com/scrapy/scrapy/issues/6193
|
# Flaky test: https://github.com/scrapy/scrapy/issues/6193
|
||||||
tests/test_crawl.py::CrawlTestCase::test_start_requests_laziness
|
tests/test_crawl.py::CrawlTestCase::test_start_requests_laziness
|
||||||
|
# Missing dependencies
|
||||||
|
tests/test_spidermiddleware_output_chain.py
|
||||||
)
|
)
|
||||||
EPYTEST_IGNORE=( docs )
|
EPYTEST_IGNORE=( docs )
|
||||||
|
|||||||
Reference in New Issue
Block a user