nixosTests.freshrss.extensions: replace lxml-stubs with types-lxml

lxml-stubs is broken, unmaintained upstream, and advertises types-lxml
as its successor [1].

Also don't skip type checking anymore as it now passes.

[1] https://github.com/lxml/lxml-stubs
This commit is contained in:
Tom Hunze
2025-11-07 13:19:07 +01:00
parent 23fb65779a
commit e44ebca043

View File

@@ -16,9 +16,8 @@
}; };
extraPythonPackages = p: [ extraPythonPackages = p: [
p.lxml p.lxml
p.lxml-stubs p.types-lxml
]; ];
skipTypeCheck = true;
testScript = '' testScript = ''
machine.wait_for_unit("multi-user.target") machine.wait_for_unit("multi-user.target")