From 3cf52c9c7c1d6e88921dfd0d6a2b3548db18da25 Mon Sep 17 00:00:00 2001 From: Srinath Narayanan Date: Mon, 27 Apr 2020 14:43:11 -0700 Subject: [PATCH] updated tox file --- sdk/cosmos/azure-cosmos/tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/cosmos/azure-cosmos/tox.ini b/sdk/cosmos/azure-cosmos/tox.ini index 4de20e13f2b5..5c1604df1cf3 100644 --- a/sdk/cosmos/azure-cosmos/tox.ini +++ b/sdk/cosmos/azure-cosmos/tox.ini @@ -7,7 +7,8 @@ envlist = py27, py34 [base] -deps = pytest, -rdev_requirements.txt +deps = pytest + -rdev_requirements.txt [pytest] python_files=test/**.py