Only test write operations on a single Python version to avoid collision failures

This commit is contained in:
Hugo 2020-06-24 22:58:25 +03:00
parent e7ad4ac5b2
commit 32461c089d
4 changed files with 13 additions and 6 deletions

View file

@ -10,7 +10,7 @@ import pylast
import pytest
from flaky import flaky
PY37 = sys.version_info[:2] == (3, 7)
WRITE_TEST = sys.version_info[:2] == (3, 8)
def load_secrets():