From d6b74fbd07335183c4d3218fab9dc1b8c1b4666a Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Fri, 18 Jun 2021 15:42:30 -0400 Subject: [PATCH] docs: omit mention of Python 2.7 in 'CONTRIBUTING.rst' Closes #1126 --- synthtool/gcp/templates/python_library/CONTRIBUTING.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/synthtool/gcp/templates/python_library/CONTRIBUTING.rst b/synthtool/gcp/templates/python_library/CONTRIBUTING.rst index 62e2bd660..048107eed 100644 --- a/synthtool/gcp/templates/python_library/CONTRIBUTING.rst +++ b/synthtool/gcp/templates/python_library/CONTRIBUTING.rst @@ -69,7 +69,6 @@ We use `nox `__ to instrument our tests. - To test your changes, run unit tests with ``nox``:: - $ nox -s unit-2.7 $ nox -s unit-3.8 $ ... @@ -144,7 +143,6 @@ Running System Tests # Run all system tests $ nox -s system-3.8 - $ nox -s system-2.7 # Run a single system test $ nox -s system-3.8 -- -k @@ -152,9 +150,8 @@ Running System Tests .. note:: - System tests are only configured to run under Python 2.7 and - Python 3.8. For expediency, we do not run them in older versions - of Python 3. + System tests are only configured to run under Python 3.8. + For expediency, we do not run them in older versions of Python 3. This alone will not run the tests. You'll need to change some local auth settings and change some configuration in your project to