Merge "add pypy to the bindep "test" profile"
This commit is contained in:
commit
a0d1fe04bc
@ -1,5 +1,5 @@
|
|||||||
# This is a cross-platform list tracking distribution packages needed by tests;
|
# This is a cross-platform list tracking distribution packages needed by tests;
|
||||||
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
||||||
|
|
||||||
pypy
|
pypy [test]
|
||||||
pypy-dev
|
pypy-dev [test]
|
||||||
|
9
tox.ini
9
tox.ini
@ -56,3 +56,12 @@ commands=
|
|||||||
ignore = H101,H301,H306,H401,H403,H404,H405
|
ignore = H101,H301,H306,H401,H403,H404,H405
|
||||||
show-source = True
|
show-source = True
|
||||||
exclude = .venv,.tox,dist,doc,*egg
|
exclude = .venv,.tox,dist,doc,*egg
|
||||||
|
|
||||||
|
[testenv:bindep]
|
||||||
|
# Do not install any requirements. We want this to be fast and work even if
|
||||||
|
# system dependencies are missing, since it's used to tell you what system
|
||||||
|
# dependencies are missing! This also means that bindep must be installed
|
||||||
|
# separately, outside of the requirements files.
|
||||||
|
usedevelop = False
|
||||||
|
deps = bindep
|
||||||
|
commands = bindep test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user