Upgrade pytest to 4.6.1, pluggy to 0.12.0 (#497)

pull/500/head
Simon Willison 2019-06-02 19:06:26 -07:00 zatwierdzone przez GitHub
rodzic 803f750309
commit 5e8fbf7f6f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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",