File tree Expand file tree Collapse file tree 3 files changed +27
-29
lines changed Expand file tree Collapse file tree 3 files changed +27
-29
lines changed Original file line number Diff line number Diff line change @@ -4,29 +4,32 @@ language: generic
44matrix :
55 include :
66 - os : osx
7- osx_image : xcode9.3
8- env : ANSIBLE_VERSION=2.5.4
7+ osx_image : xcode9.4
8+ env : ANSIBLE_VERSION=2.6.1
99 - os : osx
10- osx_image : xcode9.3
11- env : ANSIBLE_VERSION=2.4.4.0
10+ osx_image : xcode9.4
11+ env : ANSIBLE_VERSION=2.5.6
1212 - os : osx
13- osx_image : xcode9.3
13+ osx_image : xcode9.4
14+ env : ANSIBLE_VERSION=2.4.6.0
15+ - os : osx
16+ osx_image : xcode9.4
1417 env : ANSIBLE_VERSION=2.3.3.0
1518 - os : osx
16- osx_image : xcode9.3
19+ osx_image : xcode9.4
1720 env : ANSIBLE_VERSION=2.2.3.0
1821 - os : osx
1922 osx_image : xcode9.2
20- env : ANSIBLE_VERSION=2.5.4
23+ env : ANSIBLE_VERSION=2.6.1
2124 - os : osx
2225 osx_image : xcode8.3
23- env : ANSIBLE_VERSION=2.5.4
26+ env : ANSIBLE_VERSION=2.6.1
2427 - os : osx
2528 osx_image : xcode7.3
26- env : ANSIBLE_VERSION=2.5.4
29+ env : ANSIBLE_VERSION=2.6.1
2730 - os : osx
2831 osx_image : xcode6.4
29- env : ANSIBLE_VERSION=2.5.4
32+ env : ANSIBLE_VERSION=2.6.1
3033
3134branches :
3235 only :
Original file line number Diff line number Diff line change 1- ansible==2.5.4
2- ansible-lint==3.4.21
1+ ansible==2.6.1
2+ ansible-lint==3.4.23
33anyconfig==0.9.4
4- appdirs==1.4.3
54arrow==0.12.1
65asn1crypto==0.24.0
76atomicwrites==1.1.5
87attrs==18.1.0
98backports.functools-lru-cache==1.5
109bcrypt==3.1.4
1110binaryornot==0.4.4
12- Cerberus==1.1
11+ Cerberus==1.2
1312certifi==2018.4.16
1413cffi==1.11.5
1514chardet==3.0.4
@@ -18,7 +17,7 @@ click-completion==0.3.1
1817colorama==0.3.9
1918configparser==3.5.0
2019cookiecutter==1.6.0
21- cryptography==2.2.2
20+ cryptography==2.3
2221enum34==1.1.6
2322fasteners==0.14.1
2423flake8==3.5.0
@@ -30,38 +29,34 @@ ipaddress==1.0.22
3029Jinja2==2.10
3130jinja2-time==0.2.0
3231MarkupSafe==1.0
33- marshmallow==2.15.3
3432mccabe==0.6.1
35- molecule==2.15 .0
33+ molecule==2.16 .0
3634monotonic==1.5
3735more-itertools==4.2.0
38- packaging==17.1
3936paramiko==2.4.1
4037pathspec==0.5.6
41- pbr==3 .0.1
42- pexpect==4.2.1
38+ pbr==4 .0.4
39+ pexpect==4.6.0
4340pluggy==0.6.0
4441poyo==0.4.1
45- psutil==5.2.2
46- ptyprocess==0.5.2
47- py==1.5.3
42+ psutil==5.4.6
43+ ptyprocess==0.6.0
44+ py==1.5.4
4845pyasn1==0.4.3
4946pycodestyle==2.3.1
5047pycparser==2.18
51- pycrypto==2.6.1
5248pyflakes==1.6.0
5349PyNaCl==1.2.1
54- pyparsing==2.2.0
55- pytest==3.6.1
50+ pytest==3.6.3
5651python-dateutil==2.7.3
5752python-gilt==1.2.1
5853python-vagrant==0.5.15
5954PyYAML==3.12
60- requests==2.19.0
55+ requests==2.19.1
6156sh==1.12.14
6257six==1.11.0
6358tabulate==0.8.2
64- testinfra==1.12 .0
59+ testinfra==1.14 .0
6560tree-format==0.1.2
6661urllib3==1.23
6762whichcraft==0.4.1
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ def test_clt_package_metadata(host):
2424def test_git_is_useable (host ):
2525 c = host .command ('/usr/bin/git --version' )
2626 assert c .rc == 0
27- assert re .match ('^git version \d+(.\d+)* \(Apple Git-\d+\)$' , c .stdout )
27+ assert re .match ('^git version \d+(.\d+)* \(Apple Git-\d+(\.\d+)* \)$' , c .stdout )
You can’t perform that action at this time.
0 commit comments