python39Packages.pytest-relaxed: mark broken

This commit is contained in:
Sandro Jäckel 2022-03-29 22:05:01 +02:00
parent 011783008f
commit b2ff4f21be
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -38,5 +38,7 @@ buildPythonPackage rec {
description = "Relaxed test discovery/organization for pytest";
license = licenses.bsd0;
maintainers = [ maintainers.costrouc ];
# see https://github.com/bitprophet/pytest-relaxed/issues/12
broken = true;
};
}