From 185545adb9c658466c7ce07c1cd30efb10f0f827 Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Mon, 4 Jan 2021 15:14:57 +0000 Subject: [PATCH] travis: fix 3.5 test bug in attrs Using specific version (pre 20) should fix the issue https://github.com/ARMmbed/mbed-os/issues/14110 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 23c3ab8c63..6896dc6990 100644 --- a/.travis.yml +++ b/.travis.yml @@ -160,6 +160,7 @@ matrix: - |- tr -d ' ' >> requirements.txt <<< " mock==2.0.0 + attrs==19.1.0 pytest==3.3.0 pylint>=1.9,<2 hypothesis>=3,<4