Skip to content

Commit

Permalink
CI: Improve runtime on Python 3.10 and 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 9, 2023
1 parent 2ec17f6 commit d9b47f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_forecast.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import json

import marko
from datadiff.tools import assert_equal

from tests.util import run_command
Expand Down Expand Up @@ -42,7 +41,7 @@ def test_cli_forecast_annual_recent(capsys):
run_command("""
phenodata forecast \
--source=dwd --dataset=annual --partition=recent \
--filename=Hasel,Schneegloeckchen,Sal-Weide,Apfel \
--filename=Apfel \
--station-id=12132 \
--humanize --language=german \
--sort=Spezies,Datum \
Expand Down

0 comments on commit d9b47f4

Please sign in to comment.