Skip to content

Commit

Permalink
[LGTM fix]
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
  • Loading branch information
jeandet committed Jun 26, 2022
1 parent 9ac0d49 commit 7390321
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PRs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
pip install pytest pytest-cov sphinx pandoc
pip install -r docs/requirements.txt
SPEASY_AMDA_MAX_CHUNK_SIZE_DAYS=30 SPEASY_LONG_TESTS pytest --cov=./ --cov-report=xml
SPEASY_AMDA_MAX_CHUNK_SIZE_DAYS=30 SPEASY_LONG_TESTS="" pytest --cov=./ --cov-report=xml
make doctest
- name: Check that release process is not broken
if: matrix.python-version == '3.7'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
pip install pytest pytest-cov sphinx pandoc
pip install -r docs/requirements.txt
SPEASY_AMDA_MAX_CHUNK_SIZE_DAYS=30 SPEASY_LONG_TESTS pytest --cov=./ --cov-report=xml
SPEASY_AMDA_MAX_CHUNK_SIZE_DAYS=30 SPEASY_LONG_TESTS="" pytest --cov=./ --cov-report=xml
make doctest
- name: Check that release process is not broken
if: matrix.python-version == '3.7'
Expand Down
1 change: 0 additions & 1 deletion speasy/webservices/amda/_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from .rest_client import auth_args
from .exceptions import MissingCredentials

import numpy as np
from datetime import datetime, timedelta
from typing import Optional

Expand Down

0 comments on commit 7390321

Please sign in to comment.