Skip to content

Commit

Permalink
lower python version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoesel authored Oct 25, 2023
1 parent 9470af0 commit 0561732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0561732

Please sign in to comment.