We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7c40b3 + c284e4b commit 72b59c0Copy full SHA for 72b59c0
1 file changed
pkgs/development/python-modules/plux/default.nix
@@ -34,6 +34,13 @@ buildPythonPackage rec {
34
export HOME=$TMPDIR
35
'';
36
37
+ disabledTests = [
38
+ # Fails with pytest >= 9 which uses PEP 639 License-Expression metadata
39
+ # instead of legacy License field. Upstream pins pytest==8.4.1 in CI.
40
+ # https://github.com/localstack/plux/pull/46
41
+ "test_resolve_distribution_information"
42
+ ];
43
+
44
pythonImportsCheck = [ "plugin.core" ];
45
46
meta = {
0 commit comments