Sync with openstack/requirements master branch
In order to accept the requirements contract defined in openstack/requirements, we need to sync with the master branch of that project's global-requirements.txt and test-requirements.txt files. Most of the changes are just version changes and nothing major. The only major change is: 1) The twine dependency is removed, and therefore the pypi tox environment was also removed. Change-Id: Idbe9e73ddc5a34ac49aa6f6eff0779d46a75f583 Closes-Bug: #1533282
This commit is contained in:
committed by
David TARDIVEL
parent
b440f5c69a
commit
0ba8a35ade
5
tox.ini
5
tox.ini
@@ -53,11 +53,6 @@ ignore=
|
||||
builtins= _
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,*sqlalchemy/alembic/versions/*,demo/
|
||||
|
||||
[testenv:pypi]
|
||||
commands =
|
||||
python setup.py sdist bdist_wheel
|
||||
twine upload --config-file .pypirc {posargs} dist/*
|
||||
|
||||
[testenv:wheel]
|
||||
commands = python setup.py bdist_wheel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user