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

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;
};
}