1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-26 20:02:11 +02:00

Drop dependency on the abandoned python-lazy-fixture

This commit is contained in:
Jakub Roztocil
2024-03-04 16:27:52 +01:00
parent 8ac44b57ce
commit 3524ccf0ba
3 changed files with 104 additions and 4 deletions
-1
View File
@@ -11,7 +11,6 @@ import httpie
tests_require = [
'pytest',
'pytest-httpbin>=0.0.6',
'pytest-lazy-fixture>=0.0.6',
'responses',
'pytest-mock',
'werkzeug<2.1.0'