1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-12-02 09:43:30 +00:00

remove nose dependencies

This commit is contained in:
Patrick Kanzler
2023-08-09 23:24:31 +02:00
parent 841b7a0674
commit 1ce5b1f87a
7 changed files with 16 additions and 26 deletions

View File

@@ -56,17 +56,12 @@ tests_require =
pytest!=3.2.0,!=3.3.0
pytest-cov
pytest-mock
nose
scripttest
mock
hypothesis>4
flake8
sphinxcontrib-spelling>=7.2.0
[nosetests]
verbosity=3
with-doctest=1
[flake8]
exclude = .git,.tox,.github,.eggs,__pycache__,doc/conf.py,build,dist,capabilities-data,test,src/escpos/constants.py
max-line-length = 120