platformio-core: don't fail on new deprecation warnings

This commit is contained in:
Sandro Jäckel 2024-06-23 00:54:28 +02:00 committed by Martin Weinelt
parent e36342a2f1
commit 25c5877309

View File

@ -46,6 +46,9 @@ with python3Packages; buildPythonApplication rec {
postPatch = ''
# Disable update checks at runtime
substituteInPlace platformio/maintenance.py --replace-fail ' check_platformio_upgrade()' ""
# Remove filterwarnings which fails on new deprecations in Python 3.12 for 3.14
rm tox.ini
'';
nativeBuildInputs = [