Commit Graph

167 Commits

Author SHA256 Message Date
Dominique Leuenberger
2fc705bf21 Accepting request 357125 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/357125
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=21
2016-02-16 08:27:13 +00:00
Dominique Leuenberger
6f77c06a4a Accepting request 337397 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/337397
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=20
2015-10-19 20:47:20 +00:00
Dominique Leuenberger
f0f3fc7c4d Accepting request 319403 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/319403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=19
2015-08-06 22:20:39 +00:00
Stephan Kulow
55ea99eb6a Accepting request 315284 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/315284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=18
2015-07-16 15:13:54 +00:00
Dominique Leuenberger
04bc457b90 Accepting request 308505 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/308505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=17
2015-05-25 21:05:14 +00:00
Dominique Leuenberger
da98f5ec86 Accepting request 261690 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/261690
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=16
2014-11-15 10:41:01 +00:00
Stephan Kulow
852d5e04ce Accepting request 254343 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/254343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=15
2014-10-09 10:52:02 +00:00
Stephan Kulow
63864fe7b7 Accepting request 242963 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/242963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=13
2014-07-31 08:04:04 +00:00
Stephan Kulow
487959f8f1 Accepting request 237622 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/237622
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=12
2014-06-19 11:08:39 +00:00
Stephan Kulow
779112c8f0 Accepting request 225731 from devel:languages:python
- Update to version 2.5.2:
  - fix issue409 -- better interoperate with cx_freeze by not
    trying to import from collections.abc which causes problems 
    for py27/cx_freeze.  Thanks Wolfgang L. for reporting and tracking it down.
  - fixed docs and code to use "pytest" instead of "py.test" almost everywhere.
    Thanks Jurko Gospodnetic for the complete PR.  
  - fix issue425: mention at end of "py.test -h" that --markers
    and --fixtures work according to specified test path (or current dir)
  - fix issue413: exceptions with unicode attributes are now printed
    correctly also on python2 and with pytest-xdist runs. (the fix
    requires py-1.4.20)
  - copy, cleanup and integrate py.io capture
    from pylib 1.4.20.dev2 (rev 13d9af95547e)
  - address issue416: clarify docs as to conftest.py loading semantics
  - fix issue429: comparing byte strings with non-ascii chars in assert
    expressions now work better.  Thanks Floris Bruynooghe.
  - make capfd/capsys.capture private, its unused and shouldnt be exposed

OBS-URL: https://build.opensuse.org/request/show/225731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=11
2014-03-18 12:38:18 +00:00
Stephan Kulow
bc6c9be058 Accepting request 220367 from devel:languages:python
- Re-add python-argparse requirement for SP3

OBS-URL: https://build.opensuse.org/request/show/220367
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=10
2014-01-30 16:44:56 +00:00
Stephan Kulow
04c38081af Accepting request 212740 from devel:languages:python
- Update to 2.5.1: 
  + merge new documentation styling PR from Tobias Bieniek.
  + fix issue403: allow parametrize of multiple same-name functions within
    a collection node.
  + Allow parameterized fixtures to specify the ID of the parameters by
    adding an ids argument to pytest.fixture() and pytest.yield_fixture().
  + fix issue404 by always using the binary xml escape in the junitxml
    plugin.
  + fix issue407: fix addoption docstring to point to argparse instead of
    optparse.
  * 2.5.0:
  + dropped python2.5 from automated release testing of pytest itself
    which means it's probably going to break soon
  + simplified and fixed implementation for calling finalizers when
    parametrized fixtures or function arguments are involved.  finalization
    is now performed lazily at setup time instead of in the "teardown phase".
  + PR90: add --color=yes|no|auto option to force terminal coloring
    mode ("auto" is default).
  + fix issue319 - correctly show unicode in assertion errors. Also means
    we depend on py>=1.4.19 now.
  + fix issue396 - correctly sort and finalize class-scoped parametrized
    tests independently from number of methods on the class.
  + refix issue323 in a better way -- parametrization should now never
    cause Runtime Recursion errors because the underlying algorithm
    for re-ordering tests per-scope/per-fixture is not recursive
    anymore
  + fix issue290 - there is preliminary support now for parametrizing
    with repeated same values (sometimes useful to to test if calling
    a second time works as with the first time).
  + close issue240 - document precisely how pytest module importing (forwarded request 212738 from mvyskocil)

OBS-URL: https://build.opensuse.org/request/show/212740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=9
2014-01-07 15:27:10 +00:00
Stephan Kulow
e0217a57be Accepting request 200749 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/200749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=8
2013-09-27 16:02:27 +00:00
Stephan Kulow
79f3013ee1 Accepting request 179972 from devel:languages:python
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.

OBS-URL: https://build.opensuse.org/request/show/179972
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=6
2013-06-25 05:42:24 +00:00
Stephan Kulow
9f41ffa471 Accepting request 174888 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/174888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=5
2013-05-13 13:26:53 +00:00
Stephan Kulow
41dd743111 Accepting request 172888 from devel:languages:python
Ok, %defattr was an oversight; removed bcond, so it's fixed (forwarded request 172823 from thomas-schraitle)

OBS-URL: https://build.opensuse.org/request/show/172888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=4
2013-04-23 09:39:08 +00:00
Stephan Kulow
9b3b0a1d60 Accepting request 106138 from devel:languages:python
Please add

OBS-URL: https://build.opensuse.org/request/show/106138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=1
2012-03-05 17:01:42 +00:00