Skip to content

Commit f734493

Browse files
committed
tests: move to pytest
1 parent d181827 commit f734493

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ python_requires = >= 3.6
3636
install_requires =
3737
WTForms>=1.0.5,<3.1
3838
SQLAlchemy>=0.7.10,<2
39-
tests_require = coverage
40-
test_suite = tests.tests
4139

4240
[flake8]
4341
# B = bugbear

tests/requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.
File renamed without changes.

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
envlist = py36, py37, py38, py39, py310, style, docs
33

44
[testenv]
5+
deps =
6+
coverage
7+
pytest
58
setenv =
69
PYTHONPATH = {toxinidir}:{toxinidir}/
7-
commands = python setup.py test
10+
commands = pytest
811

912
[testenv:style]
1013
deps = pre-commit

0 commit comments

Comments
 (0)