Commit aa3ab216b587c51f0b3dfde156e08400d487be48

Authored by selurvedu
1 parent d30845f4

Don't pull op_robot_tests from remote repo

Showing 1 changed file with 1 additions and 1 deletions
1 1 [buildout]
2 2 extensions = mr.developer
3 3 auto-checkout = *
  4 +develop = .
4 5
5 6 parts =
6 7 mkdirs
... ... @@ -28,7 +29,6 @@ gh_push = git@github.com:
28 29 [sources]
29 30 robotframework-selenium2library = git ${remotes:gh}ktarasz/robotframework-selenium2library.git
30 31 fake-factory = git ${remotes:gh}joke2k/faker.git
31   -op_robot_tests = git ${remotes:gh}openprocurement/robot_tests.git pushurl=${remotes:gh_push}openprocurement/robot_tests.git
32 32 openprocurement_client = git ${remotes:gh}openprocurement/openprocurement.client.python.git
33 33 restkit = git ${remotes:gh}openprocurement/restkit.git
34 34 rfc6266 = git ${remotes:gh}openprocurement/rfc6266.git branch=content-disposition-form-data
... ...
Please register or login to post a comment