Skip to content

Commit

Permalink
Merge "Pin DM and fabric Python packages"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI authored and opencontrail-ci-admin committed May 5, 2020
2 parents 241b8c3 + cf3755f commit e0beb09
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 42 deletions.
34 changes: 18 additions & 16 deletions src/config/device-manager/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
python-subunit
testrepository
flexmock
coverage
pyaml
python-keystoneclient
webtest
kazoo
python-subunit==1.4.0
testrepository==0.0.20
flexmock==0.10.4
coverage==5.0.4
pyaml==20.4.0; python_version=='2.7'
pyYAML==5.3.1; python_version > '2.7'
python-keystoneclient==3.22.0
webtest==2.0.34
kazoo==2.7.0
ncclient==0.6.3
jsonpickle
sandesh_common
jsonpickle==1.3
sandesh-common==0.1.dev0
contrail-api-client
contrail-api-server
contrail-api-server==0.1.dev0
../schema-transformer
xmltodict
pyOpenSSL
mock
fabric-ansible
pycryptodome
xmltodict==0.12.0
pyOpenSSL==19.1.0
mock==3.0.5; python_version=='2.7'
mock==4.0.2; python_version > '2.7'
fabric-ansible==0.1.dev0
pycryptodome==3.9.7
2 changes: 1 addition & 1 deletion src/config/device-manager/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ setenv =
PYTHON = coverage run --source device_manager --parallel-mode
deps =
{[testenv]deps}
coverage
coverage==5.0.4
commands =
stestr run --no-subunit-trace {posargs}
coverage combine
Expand Down
22 changes: 10 additions & 12 deletions src/config/fabric-ansible/ansible-playbooks/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
python-subunit
testrepository
flexmock
coverage
pyaml
fabric_ansible
contrail-api-client
sandesh
sandesh_common
junitxml
timeout-decorator
requests
python-subunit==1.4.0
testrepository==0.0.20
flexmock==0.10.4
coverage==5.0.4
pyaml==20.4.0; python_version=='2.7'
pyYAML==5.3.1; python_version > '2.7'
fabric-ansible==0.1.dev0
junitxml==0.7
timeout-decorator==0.4.1
requests==2.23.0
26 changes: 14 additions & 12 deletions src/config/fabric-ansible/test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
python-subunit
testrepository
flexmock
mock
coverage
pyaml
python-keystoneclient
python-novaclient
webtest
contrail-api-server
python-swiftclient
ansible
python-subunit==1.4.0
testrepository==0.0.20
flexmock==0.10.4
mock==3.0.5; python_version=='2.7'
mock==4.0.2; python_version > '2.7'
coverage==5.0.4
pyaml==20.4.0; python_version=='2.7'
pyYAML==5.3.1; python_version > '2.7'
python-keystoneclient==3.22.0
python-novaclient==16.0.0
webtest==2.0.34
contrail-api-server==0.1.dev0
python-swiftclient==3.9.0
ansible==2.6.13
2 changes: 1 addition & 1 deletion src/config/fabric-ansible/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ setenv =
PYTHON = coverage run --source . --parallel-mode
deps =
{[testenv]deps}
coverage
coverage==5.0.4
commands =
stestr run --no-subunit-trace {posargs}
coverage combine
Expand Down

0 comments on commit e0beb09

Please sign in to comment.