diff options
Diffstat (limited to 'tests/test_match.py')
-rwxr-xr-x | tests/test_match.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_match.py b/tests/test_match.py index c4452d4..473abfc 100755 --- a/tests/test_match.py +++ b/tests/test_match.py @@ -14,7 +14,6 @@ class MatchTestCase(unittest.TestCase): '!0.1', '<=0.1.4a', '>0.1.1.1', - '~0.1.2-rc23,1', '<0.1.2-rc1.3-14.15+build.2012-01-01.11h34', ] @@ -25,6 +24,7 @@ class MatchTestCase(unittest.TestCase): '0.1.0', '<=0.1.1', '<0.1', + '1', '>0.1.2-rc1', '>=0.1.2-rc1.3.4', '==0.1.2+build42-12.2012-01-01.12h23', |