From 02e7dd476cf667371cdd82dda531c1649fabd4d7 Mon Sep 17 00:00:00 2001 From: Petr Blaho Date: Tue, 11 Mar 2014 15:03:38 +0100 Subject: [PATCH] Updates CONTRIBUTING docs sort bug in fedora 20 Informs contributors that check for requirements style can fail due to sort bug in fedora 20 - https://bugzilla.redhat.com/show_bug.cgi?id=1055597 Change-Id: I24c73c74c37547e9ee5316bb53e9a5eb6cf2e393 --- doc/source/CONTRIBUTING.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/CONTRIBUTING.rst b/doc/source/CONTRIBUTING.rst index be8bfbb5..5adddf44 100644 --- a/doc/source/CONTRIBUTING.rst +++ b/doc/source/CONTRIBUTING.rst @@ -143,4 +143,10 @@ This will run tests under Python 2.6, 2.7 and verify `PEP 8 `_ compliance. The identical test suite is run by OpenStack's Jenkins whenever you send a patch. +PEP8 check runs :: + + $ ./tools/requirements_style_check.sh requirements.txt test-requirements.txt + +as last check. This can fail on Fedora 20 due to `sort bug `_. + Additional details forthcoming.