Skip to content

Commit 1031722

Browse files
Use xfail mark in pymc3.tests.test_distributions_timeseries
1 parent a80cf9a commit 1031722

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pymc3/tests/test_distributions_timeseries.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@
2222
from pymc3.sampling import sample, sample_posterior_predictive
2323
from pymc3.tests.helpers import select_by_precision
2424

25+
# pytestmark = pytest.mark.usefixtures("seeded_test")
2526
pytestmark = pytest.mark.xfail(reason="This test relies on the deprecated Distribution interface")
2627

27-
pytestmark = pytest.mark.usefixtures("seeded_test")
28-
2928

3029
def test_AR():
3130
# AR1

0 commit comments

Comments
 (0)