Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
disable tests for py2
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed May 18, 2016
1 parent 8627e5b commit 005532e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyemma/msm/tests/test_msm_lowlevel_deprecation.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
import sys
import unittest
import warnings

import mock
import sys

import pyemma
from pyemma.util.exceptions import PyEMMA_DeprecationWarning


class TestMSMSimple(unittest.TestCase):

class TestShowDeprecationWarningOnLowLevelAPIUsage(unittest.TestCase):

@classmethod
def setUpClass(cls):
Expand Down

0 comments on commit 005532e

Please sign in to comment.