Trying to set it up with pkgs in config.nix: added odoo to env.systempkgs and âqtwebkit-5.212.0-alpha4â to permitedInsecurepkgs
(was giving back an error otherwise as it lost support or something)
This is the âend of returnâ after sudo nixos-rebuild switch:
@pytest.mark.parametrize(
"cls",
sorted(
(e for e in HTTPException.subclasses() if e.code),
key=lambda e: e.code, # type: ignore
),
)
def test_response_body(cls):
exc = cls()
E TypeError: RequestRedirect.init() missing 1 required positional argument: ânew_urlâ
tests/test_exceptions.py:166: TypeError
=========================== short test summary info ============================
FAILED tests/test_exceptions.py::test_response_body[RequestRedirect] - TypeError: RequestRedirect.init() missing 1 required positional argumenâŚ
=========== 1 failed, 838 passed, 65 deselected in 60.34s (0:01:00) ============
xlsxwriter/test/comparison/test_properties05.py . [ 51%]
xlsxwriter/test/comparison/test_protect01.py . [ 51%]
xlsxwriter/test/comparison/test_protect02.py . [ 51%]
xlsxwriter/test/comparison/test_protect03.py . [ 51%]
xlsxwriter/test/comparison/test_protect04.py . [ 51%]
xlsxwriter/test/comparison/test_protect05.py . [ 52%]
xlsxwriter/test/comparison/test_protect06.py ⌠[ 52%]
xlsxwriter/test/comparison/test_protect07.py . [ 52%]
xlsxwriter/test/comparison/test_protect08.py . [ 52%]
error: builder for â/nix/store/6br8aw7k5bhnv9zlfzk5ziijq6dmdra4-python3.10-werkzeug-2.3.7.drvâ failed with exit code 1
error: 1 dependencies of derivation â/nix/store/6a9c0aq4a7hyhj2wgrfn7hqc6l3q4v2j-odoo-16.0.20231024.drvâ failed to build
error: 1 dependencies of derivation â/nix/store/j93d3c09zcl3cmlwaq27hrprr3sblfgb-system-path.drvâ failed to build
error: 1 dependencies of derivation â/nix/store/z7nxp3gq51jmy8cb8h55jk4hmi0ynai8-nixos-system-nixos-24.05.7376.b134951a4c9f.drvâ failed to build