Skip to content

Commit

Permalink
🩹 Removed call to 'glotaran --help' since it this is now covered by t…
Browse files Browse the repository at this point in the history
…ests

The problem is that it seams to pick up the command script of an older version leading to the error:
ImportError: cannot import name 'glotaran' from 'glotaran.cli.main'

'glotaran.cli.main.glotaran' was renamed to 'glotaran.cli.main.main' in this PR
glotaran/pyglotaran#765
  • Loading branch information
s-weigand committed Dec 2, 2021
1 parent 3ae79b7 commit 24309fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ test:
source_files:
- glotaran
commands:
- glotaran --help
- pytest glotaran
requires:
- pytest
Expand Down

0 comments on commit 24309fd

Please sign in to comment.