diff --git a/pytest-2.6.0.tar.gz b/pytest-2.6.0.tar.gz deleted file mode 100644 index 7f73ff6..0000000 --- a/pytest-2.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e4f7c23d5444c01316bd84edd629af3170331fade12bcc263f0a2a716bbaed1 -size 625374 diff --git a/pytest-2.6.3.tar.gz b/pytest-2.6.3.tar.gz new file mode 100644 index 0000000..6121c7e --- /dev/null +++ b/pytest-2.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f41dd9f318095b431945bede7a6f02c62c0a40a6c7a976a3820ea377a0eecc +size 634974 diff --git a/python-pytest.changes b/python-pytest.changes index cd2c066..d596799 100644 --- a/python-pytest.changes +++ b/python-pytest.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sun Oct 5 15:15:06 UTC 2014 - toms@opensuse.org + +- Update to 2.6.3 + - No longer show line numbers in the –verbose output, the output + is now purely the nodeid. The line number is still shown in + failure reports. Thanks Floris Bruynooghe. + - fix issue437 where assertion rewriting could cause pytest-xdist + slaves to collect different tests. + Thanks Bruno Oliveira. + - fix issue555: add “errors” attribute to capture-streams to + satisfy some distutils and possibly other code accessing sys.stdout.errors. + - fix issue547 capsys/capfd also work when output capturing (“-s”) + is disabled. + - address issue170: allow pytest.mark.xfail(...) to specify expected + exceptions via an optional “raises=EXC” argument where EXC can be + a single exception or a tuple of exception classes. + Thanks David Mohr for the complete PR. + - fix integration of pytest with unittest.mock.patch decorator when + it uses the “new” argument. + Thanks Nicolas Delaby for test and PR. + - fix issue with detecting conftest files if the arguments contain + ”::” node id specifications (copy pasted from “-v” output) + - fix issue544 by only removing “@NUM” at the end of ”::” separated + parts and if the part has an ”.py” extension don’t use py.std + import helper, rather import things directly. + Thanks Bruno Oliveira. + +See for other releases: http://pytest.org/latest/changelog.html + + ------------------------------------------------------------------- Wed Jul 30 07:38:02 UTC 2014 - toddrme2178@gmail.com diff --git a/python-pytest.spec b/python-pytest.spec index f2385ba..0a04ef6 100644 --- a/python-pytest.spec +++ b/python-pytest.spec @@ -17,7 +17,7 @@ Name: python-pytest -Version: 2.6.0 +Version: 2.6.3 Release: 0 Summary: Simple powerful testing with Python License: MIT