17
0

- Update to 0.3.5:

* Fix bug in marker evaluation #42
  * Refactor tests for clarity
- Update to 0.3.4:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-socket?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2020-06-09 07:46:53 +00:00
committed by Git OBS Bridge
parent 151b83eb07
commit 15abba1dc4
4 changed files with 12 additions and 5 deletions

View File

@@ -1,7 +1,14 @@
-------------------------------------------------------------------
Tue Jun 9 07:44:50 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.3.5:
* Fix bug in marker evaluation #42
* Refactor tests for clarity
-------------------------------------------------------------------
Tue Apr 14 09:06:47 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.4.3:
- Update to 0.3.4:
* Drop support for unsupported versions of Python #23
* Convert toolchain from pip/tox/twine to poetry
* Replace TravisCI and Appveyor with GitHub Actions #36