Fix pytest 9 compatibility: py.path.local arguments deprecated

This commit is contained in:
Tomáš Hrnčiar 2026-03-24 10:04:45 +01:00
commit 21379f8004
2 changed files with 33 additions and 0 deletions

View file

@ -5,6 +5,8 @@ Summary: A Python framework for building desktop applications
License: LGPL-3.0-or-later
URL: https://github.com/Ultimaker/Uranium
Source: %{url}/archive/%{version}.tar.gz#/Uranium-%{version}.tar.gz
# Fix pytest 9 compatibility: py.path.local arguments deprecated
Patch: https://github.com/Ultimaker/Uranium/commit/aa2b9e3.patch
Patch: Uranium-5.3.0-qt-try-ints-then-bytes-for-gl-mask-functions.patch
# Fix asserts for called once in Python 3.12:
Patch: https://github.com/Ultimaker/Uranium/pull/885.patch#/Uranium-5.3.0-python3.12.patch