From 90d293dc8a713da4281e44a7b84e1d50b43b4734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20H=C3=B6sel?= Date: Wed, 25 Oct 2023 11:12:58 +0200 Subject: [PATCH] lower default pytest version in tests --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index e493937..19e4710 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -9,7 +9,7 @@ from pytest_virtualenv import VirtualEnv import yaml -NODE_PYTHON_DEFAULT_VERSION = "3.7" +NODE_PYTHON_DEFAULT_VERSION = "3.6" with open("galaxy.yml", encoding="utf-8") as f: GALAXY_YML = yaml.safe_load(f)