11
0
forked from pool/python-py

- Update to 1.8.0:

* add ``"importlib"`` pyimport mode for python3.5+, allowing unimportable test suites
    to contain identically named modules.
  * fix ``LocalPath.as_cwd()`` not calling ``os.chdir()`` with ``None``, when
    being invoked from a non-existing directory.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-py?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-02-27 13:50:12 +00:00
committed by Git OBS Bridge
parent 3875c0afb0
commit 7cc7715a9a
5 changed files with 14 additions and 57 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Feb 27 13:48:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.8.0:
* add ``"importlib"`` pyimport mode for python3.5+, allowing unimportable test suites
to contain identically named modules.
* fix ``LocalPath.as_cwd()`` not calling ``os.chdir()`` with ``None``, when
being invoked from a non-existing directory.
- Drop merged patch separators.patch
-------------------------------------------------------------------
Fri Feb 15 11:19:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>