mirror of
https://github.com/python-escpos/python-escpos
synced 2025-08-24 09:03:34 +00:00
blacklist pytest 3.2.0 because it breaks our tests
see pytest-dev/pytest#2644 for reference
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -7,7 +7,7 @@ deps = nose
|
||||
coverage
|
||||
scripttest
|
||||
mock
|
||||
pytest
|
||||
pytest!=3.2.0
|
||||
pytest-cov
|
||||
pytest-mock
|
||||
hypothesis
|
||||
@@ -19,6 +19,7 @@ basepython = python
|
||||
changedir = doc
|
||||
deps = sphinx>=1.5.1
|
||||
setuptools_scm
|
||||
viivakoodi
|
||||
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
||||
|
||||
[testenv:flake8]
|
||||
|
Reference in New Issue
Block a user