python310Packages.repoze_who: skip failing test

This commit is contained in:
figsoda
2023-05-17 14:54:52 -04:00
parent 4376e41af0
commit 2ae406b520
@@ -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; [ ];
};
}