mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Upgrade pytest to 4.6.1, pluggy to 0.12.0 (#497)
This commit is contained in:
parent
803f750309
commit
5e8fbf7f6f
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -47,7 +47,7 @@ setup(
|
|||
"Jinja2==2.10.1",
|
||||
"hupper==1.0",
|
||||
"pint==0.8.1",
|
||||
"pluggy>=0.7.1",
|
||||
"pluggy>=0.12.0",
|
||||
],
|
||||
entry_points="""
|
||||
[console_scripts]
|
||||
|
|
@ -56,7 +56,7 @@ setup(
|
|||
setup_requires=["pytest-runner"],
|
||||
extras_require={
|
||||
"test": [
|
||||
"pytest==4.0.2",
|
||||
"pytest==4.6.1",
|
||||
"pytest-asyncio==0.10.0",
|
||||
"aiohttp==3.5.3",
|
||||
"beautifulsoup4==4.6.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue