Skip to content

Commit

Permalink
chore: isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jan 23, 2024
1 parent 9094005 commit cf6dbf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nonlinux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- run: pip install --src $GITHUB_WORKSPACE/../src -r requirements_dev.txt
- env:
CI_SKIP: true
run: pytest -W error -rs --cov kingfisher_scrapy
run: pytest -W error -rs --cov kingfisher_scrapy tests
2 changes: 1 addition & 1 deletion tests/test_spiders.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import pytest
from scrapy.crawler import Crawler, CrawlerRunner
from scrapy.http import Response
from scrapy.utils.reactor import install_reactor
from scrapy.utils.project import get_project_settings
from scrapy.utils.reactor import install_reactor

from kingfisher_scrapy.exceptions import MissingEnvVarError
from kingfisher_scrapy.items import FileError
Expand Down

0 comments on commit cf6dbf5

Please sign in to comment.