Skip to content

Commit

Permalink
blacklist pytest 3.10.0, drop minversion bug workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Nov 11, 2018
1 parent 6137202 commit 5976728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -8,7 +8,7 @@ formats = zip
universal = 1

[tool:pytest]
minversion = 3.04
minversion = 3.4
testpaths = README.rst docs graphviz tests
addopts =
--doctest-modules --doctest-glob='*.rst' --ignore=docs/conf.py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
extras_require={
'dev': ['tox>=3.0', 'flake8', 'pep8-naming', 'wheel', 'twine'],
'test': ['mock>=2', 'pytest>=3.4', 'pytest-mock>=1.8', 'pytest-cov'],
'test': ['mock>=2', 'pytest>=3.4,!=3.10.0', 'pytest-mock>=1.8', 'pytest-cov'],
'docs': ['sphinx>=1.7', 'sphinx-rtd-theme'],
},
long_description=io.open('README.rst', encoding='utf-8').read(),
Expand Down

0 comments on commit 5976728

Please sign in to comment.