Cap pycodestyle to < 2.6.0

version 2.6.0 introduced new check that now fail on older code branches.
There's no point in adding style changes to old code, cap pycodestyle
instead.

Change-Id: I8103865801fc40cabb1205524eb6b0f60dd8666c
Related-Issue: PROD-30711
diff --git a/test-requirements.txt b/test-requirements.txt
index 196387c..c6bf5ca 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,6 +2,7 @@
 # of appearance. Changing the order has an impact on the overall integration
 # process, which may cause wedges in the gate later.
 hacking>=1.1.0,<1.2.0 # Apache-2.0
+pycodestyle<2.6.0 # Expat
 mock>=2.0.0 # BSD
 coverage!=4.4,>=4.0 # Apache-2.0
 oslotest>=3.2.0 # Apache-2.0