From 18f84d3af73c0de04883c10ab8745d7efb16593b Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sun, 26 Jan 2020 01:30:31 +0100 Subject: [PATCH] Remove Python 3.3 from environment tests --- test/test_api/test_environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_api/test_environment.py b/test/test_api/test_environment.py index ff8687e3c..61f0d96b1 100644 --- a/test/test_api/test_environment.py +++ b/test/test_api/test_environment.py @@ -27,7 +27,7 @@ def test_find_system_environments(): @pytest.mark.parametrize( 'version', - ['2.7', '3.3', '3.4', '3.5', '3.6', '3.7'] + ['2.7', '3.4', '3.5', '3.6', '3.7'] ) def test_versions(version): try: