|
|
|
@ -14,7 +14,7 @@ install_command = pip install {opts} {packages}
|
|
|
|
|
# Install also sitemap scraping tool, not installed by default |
|
|
|
|
# therefore not in requirements file |
|
|
|
|
deps = scrapy>=1.0.0 |
|
|
|
|
-c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} |
|
|
|
|
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} |
|
|
|
|
-r{toxinidir}/test-requirements.txt |
|
|
|
|
-r{toxinidir}/requirements.txt |
|
|
|
|
commands = stestr run --slowest {posargs} |
|
|
|
|