From 3776f59ec46d0399c94ef535041ddd3aa371aa3a Mon Sep 17 00:00:00 2001 From: Michael Wallace Date: Wed, 25 Jan 2023 23:00:59 +0000 Subject: [PATCH] Remove google snapshots deps from tox.ini These were added so that the unit tests could pass in CI however since adding them the unit tests were updated to mock out the underlying library and no longer need it. --- tox.ini | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/tox.ini b/tox.ini index 30ccc08..f5baf00 100644 --- a/tox.ini +++ b/tox.ini @@ -17,20 +17,4 @@ commands = flake8 {posargs} deps = -r tests/requirements_flake8.txt -[testenv:py37] -deps = -r tests/requirements_dev.txt - .[google-snapshots] - -[testenv:py38] -deps = -r tests/requirements_dev.txt - .[google-snapshots] - -[testenv:py39] -deps = -r tests/requirements_dev.txt - .[google-snapshots] - -[testenv:py310] -deps = -r tests/requirements_dev.txt - .[google-snapshots] - [flake8] select = E,F,W,C -- libgit2 1.3.2