Accepting request 562163 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/562163
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest?expand=0&rev=30
This commit is contained in:
2018-01-16 08:25:01 +00:00
committed by Git OBS Bridge
parent 800e9991a2
commit adaecf3396
6 changed files with 55 additions and 7 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sat Jan 6 05:25:16 UTC 2018 - arun@gmx.de
- specfile:
* update copyright year
- update to version 3.3.2:
* Bug Fixes
+ pytester: ignore files used to obtain current user metadata in
the fd leak detector. (#2784)
+ Fix memory leak where objects returned by fixtures were never
destructed by the garbage collector. (#2981)
+ Fix conversion of pyargs to filename to not convert symlinks and
not use deprecated features on Python 3. (#2985)
+ PYTEST_DONT_REWRITE is now checked for plugins too rather than
only for test modules. (#2995)
* Improved Documentation
+ Add clarifying note about behavior of multiple parametrized
arguments (#3001)
* Trivial/Internal Changes
+ Code cleanup. (#3015, #3021)
+ Clean up code by replacing imports and references of _ast to
ast. (#3018)
-------------------------------------------------------------------
Wed Dec 13 09:25:43 UTC 2017 - jengelh@inai.de