Merge pull request #7287 from blueyed/unpin-pytest

Unpin pytest
This commit is contained in:
Takeshi KOMIYA 2020-03-09 23:36:41 +09:00 committed by GitHub
commit 1dbc7f8b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View File

@ -1,6 +1,6 @@
language: python os: linux
sudo: false
dist: xenial dist: xenial
language: python
cache: pip cache: pip
env: env:
@ -9,7 +9,7 @@ env:
- SKIP_LATEX_BUILD=1 - SKIP_LATEX_BUILD=1
- IS_PYTHON=true - IS_PYTHON=true
matrix: jobs:
include: include:
- python: '3.5' - python: '3.5'
env: env:
@ -37,8 +37,7 @@ matrix:
env: TOXENV=flake8 env: TOXENV=flake8
- language: node_js - language: node_js
node_js: node_js: '10.7'
- 10.7
env: IS_PYTHON=false env: IS_PYTHON=false
services: xvfb services: xvfb

View File

@ -48,7 +48,7 @@ extras_require = {
'docutils-stubs', 'docutils-stubs',
], ],
'test': [ 'test': [
'pytest < 5.3.3', 'pytest',
'pytest-cov', 'pytest-cov',
'html5lib', 'html5lib',
'typed_ast', # for py35-37 'typed_ast', # for py35-37