From 0de483344bd163c9de548987782ae107e4b84196 Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Mon, 17 Feb 2014 10:14:14 +0100 Subject: [PATCH] Update BioPython dependency to 1.63 --- requirements.txt | 2 +- tests/test_website.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c5872b7c..04563fae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ MySQL-python==1.2.4 -biopython==1.63b +biopython==1.63 lxml==3.2.4 nose==1.3.0 pyparsing==2.0.1 diff --git a/tests/test_website.py b/tests/test_website.py index 13984378..04562466 100644 --- a/tests/test_website.py +++ b/tests/test_website.py @@ -451,7 +451,7 @@ class TestWebsite(MutalyzerTest): header='Input\tErrors and warnings').strip().split('\n') assert 'Restriction Sites Created\tRestriction Sites Deleted' in results[0] assert 'CviQI,RsaI\tBccI' in results[1] - assert 'CviQI,RsaI;HhaI,HinP1I;SfcI\tBccI;;BpmI,BsaXI (2),MnlI' in results[2] + assert 'CviQI,RsaI;HhaI,HinP1I;SfcI\tBccI;;BpmI,BsaXI (2),LpnPI,MnlI' in results[2] @fix(database) def test_batch_multicolumn(self): -- GitLab