From 156285e01cd60841058f31246d9c6da9b7387bb8 Mon Sep 17 00:00:00 2001 From: Jonathan Helmus Date: Wed, 14 Nov 2018 17:04:09 -0600 Subject: [PATCH] delay failing tests until 2018-12-01 --- tests/common/pkg_formats/test_python.py | 2 +- tests/test_resolve.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/common/pkg_formats/test_python.py b/tests/common/pkg_formats/test_python.py index 83c55221396..d37afbf4abd 100644 --- a/tests/common/pkg_formats/test_python.py +++ b/tests/common/pkg_formats/test_python.py @@ -398,7 +398,7 @@ def test_metadata(): # Python Distributions # ----------------------------------------------------------------------------- -@pytest.mark.xfail(datetime.now() < datetime(2018, 11, 1), +@pytest.mark.xfail(datetime.now() < datetime(2018, 12, 1), reason="This test needs to be refactored for the case of raising a hard " "error when the anchor_file doesn't exist.", strict=True) diff --git a/tests/test_resolve.py b/tests/test_resolve.py index 9e9dd93b59c..ef316326dfe 100644 --- a/tests/test_resolve.py +++ b/tests/test_resolve.py @@ -1025,7 +1025,7 @@ def test_no_features(): ] -@pytest.mark.skipif(datetime.now() < datetime(2018, 11, 1), reason="bogus test; talk with @mcg1969") +@pytest.mark.skipif(datetime.now() < datetime(2018, 12, 1), reason="bogus test; talk with @mcg1969") def test_multiple_solution(): assert False # index2 = index.copy()