Merge pull request #232479 from figsoda/repoze

python310Packages.repoze_who: skip failing test
This commit is contained in:
Ryan Lahfa
2023-05-17 21:36:02 +02:00
committed by GitHub
@@ -16,10 +16,17 @@ buildPythonPackage rec {
propagatedBuildInputs = [ zope_interface webob ];
# skip failing test
# OSError: [Errno 22] Invalid argument
preCheck = ''
rm repoze/who/plugins/tests/test_htpasswd.py
'';
meta = with lib; {
description = "WSGI Authentication Middleware / API";
homepage = "http://www.repoze.org";
changelog = "https://github.com/repoze/repoze.who/blob/${version}/CHANGES.rst";
license = licenses.bsd0;
maintainers = with maintainers; [ ];
};
}