3 new commits in pytest-xdist: https://bitbucket.org/hpk42/pytest-xdist/commits/bd6929909d33/ Changeset: bd6929909d33 User: hpk42 Date: 2014-01-27 19:47:37 Summary: make pexpect specific environments so that the canonical ones also run on windows. Also add a little sleep to a pexpect-related tests in the hope it helps the test consistently passing (Bah). Affected #: 2 files
diff -r 5be06b2a6411b5ac468556932861c01b21bbb107 -r bd6929909d3330d6042fbe2f85be1ce9957bc922 testing/acceptance_test.py --- a/testing/acceptance_test.py +++ b/testing/acceptance_test.py @@ -256,6 +256,7 @@ time.sleep(10) """) child = testdir.spawn_pytest("-n1") + py.std.time.sleep(0.1) child.expect(".*test session starts.*") child.kill(2) # keyboard interrupt child.expect(".*KeyboardInterrupt.*") diff -r 5be06b2a6411b5ac468556932861c01b21bbb107 -r bd6929909d3330d6042fbe2f85be1ce9957bc922 tox.ini --- a/tox.ini +++ b/tox.ini @@ -1,25 +1,26 @@ [tox] -envlist=py26,py32,py33,py27,py26,py26-old,py33-old +envlist=py26,py32,py33,py27,py27-pexpect,py33-pexpect,py26,py26-old,py33-old [testenv] changedir=testing deps=pytest>=2.5.1 commands= py.test --junitxml={envlogdir}/junit-{envname}.xml [] -[testenv:py27] -deps= - pytest>=2.4.2 +[testenv:py27-pexpect] +deps={[testenv]deps} + pexpect +[testenv:py33-pexpect] +deps={[testenv]deps} pexpect [testenv:py26-old] deps= - pytest==2.3.5 - pexpect + pytest==2.4.2 [testenv:py33-old] basepython = python3.3 deps= - pytest==2.3.5 + pytest==2.4.2 [pytest] addopts = -rsfxX https://bitbucket.org/hpk42/pytest-xdist/commits/4406fc2a6427/ Changeset: 4406fc2a6427 User: hpk42 Date: 2014-01-29 13:10:20 Summary: final Affected #: 1 file diff -r bd6929909d3330d6042fbe2f85be1ce9957bc922 -r 4406fc2a6427fadc021ed7e43e7aa5032b1ea91f CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -1.10 unreleased +1.10 ------------------------- - add glob support for rsyncignores, add command line option to pass https://bitbucket.org/hpk42/pytest-xdist/commits/b47ddaa7cc6c/ Changeset: b47ddaa7cc6c User: hpk42 Date: 2014-01-29 14:28:31 Summary: Added tag 1.10 for changeset 4406fc2a6427 Affected #: 1 file diff -r 4406fc2a6427fadc021ed7e43e7aa5032b1ea91f -r b47ddaa7cc6ceb0345895db32f65861d450982f9 .hgtags --- a/.hgtags +++ b/.hgtags @@ -14,3 +14,4 @@ 0d1c00018008433956aa7d93007bab6ea7de96e4 1.8 1d27987c267577899350a25ba5828d55d87083ad 1.8 5c5cb6d59e12e566fbb0217aea718dc31578bee1 1.9 +4406fc2a6427fadc021ed7e43e7aa5032b1ea91f 1.10 Repository URL: https://bitbucket.org/hpk42/pytest-xdist/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit