Codebase list python-os-service-types / 9243671
Update links for opendev Change-Id: I12626fb24abe0cc65ba89f6021dbb055a372601f Monty Taylor 5 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1313
1414 * Free software: Apache license
1515 * Documentation: https://docs.openstack.org/os-service-types/latest/
16 * Source: http://git.openstack.org/cgit/openstack/os-service-types
16 * Source: https://opendev.org/openstack/os-service-types
1717 * Bugs: https://storyboard.openstack.org/#!/project/904
1818 * Release notes: https://docs.openstack.org/releasenotes/os-service-types/
1919
99 VIRTUAL_ENV={envdir}
1010 PYTHONWARNINGS=default::DeprecationWarning
1111 deps =
12 -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
12 -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
1313 -r{toxinidir}/test-requirements.txt
1414 -r{toxinidir}/requirements.txt
1515 commands = stestr run --slowest {posargs}