File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 7
7
strategy :
8
8
matrix :
9
9
os : [ubuntu-latest, macos-10.15]
10
- python-version : [3.7, 3.8, 3.9]
10
+ python-version : [" 3.7", " 3.8", " 3.9", "3.10" ]
11
11
12
12
steps :
13
13
- uses : actions/checkout@v2
20
20
- name : Install tox
21
21
run : pip install tox
22
22
23
- - name : Install playwright & browsers
24
- run : |
25
- pip install playwright
26
- python -m playwright install
27
-
28
23
- name : Run tests
29
24
run : tox -e py
30
25
Original file line number Diff line number Diff line change 19
19
url = "https://github.com/scrapy-plugins/scrapy-playwright" ,
20
20
packages = ["scrapy_playwright" ],
21
21
classifiers = [
22
- "Development Status :: 1 - Planning " ,
22
+ "Development Status :: 3 - Alpha " ,
23
23
"License :: OSI Approved :: BSD License" ,
24
24
"Programming Language :: Python" ,
25
25
"Programming Language :: Python :: 3.7" ,
26
26
"Programming Language :: Python :: 3.8" ,
27
27
"Programming Language :: Python :: 3.9" ,
28
+ "Programming Language :: Python :: 3.10" ,
28
29
"Framework :: Scrapy" ,
29
30
"Intended Audience :: Developers" ,
30
31
"Topic :: Internet :: WWW/HTTP" ,
Original file line number Diff line number Diff line change 10
10
pytest-cov>=2.8
11
11
pytest-twisted>=1.11
12
12
commands =
13
+ playwright install
13
14
py.test --reactor =asyncio \
14
15
--cov-report =term-missing --cov-report =html --cov-report =xml \
15
16
--cov =scrapy_playwright {posargs: scrapy_playwright tests}
You can’t perform that action at this time.
0 commit comments