From 81aa073c55510cb7842bdb5a1b983bcda1a66457 Mon Sep 17 00:00:00 2001 From: VarunAnanth2003 Date: Sat, 27 Apr 2024 13:59:22 -0700 Subject: [PATCH] mp fix --- tests/test_integration.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/test_integration.py b/tests/test_integration.py index 56fb0790..e8654c68 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -8,11 +8,10 @@ def test_annotate( - mgf_small_unannotated, tide_dir_small, tiny_config, tmp_path, monkeypatch + mgf_small_unannotated, tide_dir_small, tiny_config, tmp_path ): # Run a command: - monkeypatch.setattr(casanovo, "__version__", "3.0.1") run = functools.partial( CliRunner().invoke, casanovo.main, catch_exceptions=False ) @@ -57,7 +56,7 @@ def test_db_search( mgf_small_unannotated, tide_dir_small, tiny_config, tmp_path, monkeypatch ): # Run a command: - monkeypatch.setattr(casanovo, "__version__", "3.0.1") + monkeypatch.setattr(casanovo, "__version__", "4.1.1") run = functools.partial( CliRunner().invoke, casanovo.main, catch_exceptions=False )