python3Packages.testfixtures: add note about not contacting upstream

This commit is contained in:
Jonathan Ringer 2022-02-10 13:52:55 -08:00 committed by Jonathan Ringer
parent b37847f127
commit 571ec2feb9

View file

@ -14,6 +14,12 @@ buildPythonPackage rec {
pname = "testfixtures";
version = "6.18.3";
format = "setuptools";
# DO NOT CONTACT upstream.
# https://github.com/simplistix/ is only concerned with internal CI process.
# Any attempt by non-standard pip workflows to comment on issues will
# be met with hostility.
# https://github.com/simplistix/testfixtures/issues/169
# https://github.com/simplistix/testfixtures/issues/168
disabled = pythonOlder "3.6";