From 46ea2736f08bde4c2f4d15636ac289f360ae8cb5 Mon Sep 17 00:00:00 2001 From: kedhammar Date: Thu, 8 Feb 2024 10:35:38 +0100 Subject: [PATCH] fix ci --- requirements.txt | 1 - taca/nanopore/instrument_transfer.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index baf1d47c..8acfd56d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ PyYAML click flowcell_parser @ git+https://github.com/SciLifeLab/flowcell_parser pandas -pytest python_crontab python_dateutil setuptools diff --git a/taca/nanopore/instrument_transfer.py b/taca/nanopore/instrument_transfer.py index 9317155f..10537ae9 100644 --- a/taca/nanopore/instrument_transfer.py +++ b/taca/nanopore/instrument_transfer.py @@ -330,7 +330,7 @@ def dump_pore_count_history(run: str, pore_counts: list) -> str: return new_file_path -if __name__ == "__main__": # pragma: no cover +if __name__ == "__main__": # pragma: no cover # This is clunky but should be fine since it will only ever run as a cronjob parser = argparse.ArgumentParser(description=__doc__) parser.add_argument(