Skip to content

Commit

Permalink
configure tests to run with Python 3.6+ only
Browse files Browse the repository at this point in the history
this avoids sanity on Galaxy complain that it can't import the code on
Python 2 (which we don't support anymore)

Refs: #1799
  • Loading branch information
evgeni committed Nov 25, 2024
1 parent bdf3412 commit 1c69d45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
modules:
python_requires: ">=3.6"

0 comments on commit 1c69d45

Please sign in to comment.