From efb801c72ff2ee8425be6484b27b2595596f5de3 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Wed, 13 Dec 2023 09:26:19 +0000 Subject: [PATCH] Remove duplicated requirement in tox file --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index e086426..793185b 100644 --- a/tox.ini +++ b/tox.ini @@ -48,7 +48,6 @@ deps = drf314: djangorestframework>=3.14,<3.15 pytest: -rrequirements.txt mypy: git+https://github.com/typeddjango/djangorestframework-stubs.git@946c7d60aaecdc9ef307f5e1f8eb55f7083ffb16#egg=djangorestframework-stubs - mypy: djangorestframework-stubs commands= pytest: pytest --cov drf_writable_nested --cov-report=xml mypy: mypy example