Disable the flaky write tests

This commit is contained in:
Hugo van Kemenade 2021-10-19 13:57:47 +03:00
parent c41f831d82
commit 05b4ad8c62

View file

@ -3,7 +3,6 @@
Integration (not unit) tests for pylast.py Integration (not unit) tests for pylast.py
""" """
import os import os
import sys
import time import time
import pytest import pytest
@ -11,7 +10,7 @@ from flaky import flaky
import pylast import pylast
WRITE_TEST = sys.version_info[:2] == (3, 9) WRITE_TEST = False
def load_secrets(): # pragma: no cover def load_secrets(): # pragma: no cover