mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
run tests on ubuntu-20.04
and remove Python 3.4, since that's no longer available on this test runner
This commit is contained in:
parent
708fa3c296
commit
a918ce29b5
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -11,11 +11,11 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.9"]
|
python-version: ["3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "pypy3.9"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -327,7 +327,6 @@ class Extractor():
|
|||||||
except Exception as exc:
|
except Exception as exc:
|
||||||
self.log.warning("cookies: %s", exc)
|
self.log.warning("cookies: %s", exc)
|
||||||
else:
|
else:
|
||||||
self.log.debug("Loading cookies from '%s'", cookies)
|
|
||||||
self._cookiefile = cookiefile
|
self._cookiefile = cookiefile
|
||||||
|
|
||||||
elif isinstance(cookies, (list, tuple)):
|
elif isinstance(cookies, (list, tuple)):
|
||||||
|
Loading…
Reference in New Issue
Block a user