Skip to content

Commit eb23829

Browse files
committedApr 20, 2022
Simplify tox.ini
1 parent 9800bca commit eb23829

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed
 

‎tox.ini

+1-8
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,7 @@ testpaths = tests/python
77
[testenv]
88
passenv = *
99
deps =
10-
jedi >= 0.18.0
11-
pudb >= 2020.1
12-
pyfakefs >= 3.7.1
13-
pytest >= 5.3.1
14-
pytest-cov >= 2.8.1
15-
pytest-pudb >= 0.7.0
16-
responses >= 0.10.9
17-
-rrequirements.txt
10+
-rrequirements.dev.txt
1811
commands =
1912
pytest --cov=fastapi_simple_mutex_server tests/
2013

0 commit comments

Comments
 (0)
Please sign in to comment.