mirror of
https://github.com/TheLocehiliosan/yadm
synced 2026-03-02 03:49:29 +00:00
Mark deprecated tests
This commit is contained in:
@@ -6,6 +6,9 @@ import py
|
||||
import pytest
|
||||
import utils
|
||||
|
||||
# These tests are for the alternate processing in YADM_COMPATIBILITY=1 mode
|
||||
pytestmark = pytest.mark.deprecated
|
||||
|
||||
# These test IDs are broken. During the writing of these tests, problems have
|
||||
# been discovered in the way yadm orders matching files.
|
||||
BROKEN_TEST_IDS = [
|
||||
|
||||
@@ -4,6 +4,9 @@ import os
|
||||
import pytest
|
||||
import utils
|
||||
|
||||
# These tests are for the template processing in YADM_COMPATIBILITY=1 mode
|
||||
pytestmark = pytest.mark.deprecated
|
||||
|
||||
|
||||
@pytest.fixture(scope='module')
|
||||
def envtpl_present(runner):
|
||||
|
||||
Reference in New Issue
Block a user