Use opendev repository
Change-Id: I6e19a18dac9d1f9393f202b491e890f19a02395c
Le Hou
3 years ago
5 | 5 |
|
6 | 6 |
* License: Apache License, Version 2.0
|
7 | 7 |
* Documentation: https://docs.openstack.org/castellan/latest
|
8 | |
* Source: https://git.openstack.org/cgit/openstack/castellan
|
|
8 |
* Source: https://opendev.org/openstack/castellan
|
9 | 9 |
* Bugs: https://bugs.launchpad.net/castellan
|
10 | 10 |
* Release notes: https://docs.openstack.org/releasenotes/castellan
|
11 | 11 |
|
9 | 9 |
VIRTUAL_ENV={envdir}
|
10 | 10 |
OS_TEST_PATH=./castellan/tests/unit
|
11 | 11 |
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}
|
13 | 13 |
-r{toxinidir}/requirements.txt
|
14 | 14 |
-r{toxinidir}/test-requirements.txt
|
15 | 15 |
commands = stestr run --slowest {posargs}
|