python313Packages.python-fx: disable failing tests

This commit is contained in:
Fabian Affolter
2025-09-28 03:40:29 +02:00
committed by Fabian Affolter
parent 1f270079cf
commit a4ebe2ee6f
@@ -45,6 +45,10 @@ buildPythonPackage rec {
rm src/pyfx/model/common/jsonpath/*.py # upstream checks in generated files, remove to ensure they were regenerated
antlr -Dlanguage=Python3 -visitor src/pyfx/model/common/jsonpath/*.g4
rm src/pyfx/model/common/jsonpath/*.{g4,interp,tokens} # no need to install
# https://github.com/cielong/pyfx/pull/148
substituteInPlace src/pyfx/view/common/frame.py \
--replace-fail "self.__super.__init__()" "super().__init__()"
'';
pythonRelaxDeps = true;