mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
platformio-core: don't fail on new deprecation warnings
This commit is contained in:
parent
e36342a2f1
commit
25c5877309
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user