- update to 10.1.0:

* [NEW] Add Interface.link property
  * [FIX] Make file properties follow symlinks
  * [FIX] Require pytest>=6 and use future annotations for
    pytest<7 compatibility

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-testinfra?expand=0&rev=14
This commit is contained in:
2024-03-16 12:59:43 +00:00
committed by Git OBS Bridge
parent 7ffb0c4f4d
commit 20a57ff8f0
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Mar 16 12:58:20 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 10.1.0:
* [NEW] Add Interface.link property
* [FIX] Make file properties follow symlinks
* [FIX] Require pytest>=6 and use future annotations for
pytest<7 compatibility
-------------------------------------------------------------------
Mon Jan 15 14:11:05 UTC 2024 - Dirk Müller <dmueller@suse.com>