From 40bc72e8f1502d3cd9c8c43bd37803d2cb76f577 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Wed, 26 Aug 2020 21:41:16 -0400 Subject: [PATCH] Skip typing test for Python 3.5 --- .../providers/{test_types_py35.py => test_types_py36.py} | 0 tox.ini | 6 ++++++ 2 files changed, 6 insertions(+) rename tests/unit/providers/{test_types_py35.py => test_types_py36.py} (100%) diff --git a/tests/unit/providers/test_types_py35.py b/tests/unit/providers/test_types_py36.py similarity index 100% rename from tests/unit/providers/test_types_py35.py rename to tests/unit/providers/test_types_py36.py diff --git a/tox.ini b/tox.ini index 799c8539..c7643590 100644 --- a/tox.ini +++ b/tox.ini @@ -40,6 +40,12 @@ commands= extras= flask +[testenv:py35] +commands= + unit2 discover -s tests/unit -p test_*_py3.py tests/unit/providers/test_coroutines_py35.py +extras= + flask + [testenv:pypy] extras= yaml