Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37795997
en ru br
ALT Linux repos
S:3.8.0-alt1

Group :: Databases
RPM: barman

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: 0001-Remove-google-snapshots-deps-from-toxini.patch
Download


From 3776f59ec46d0399c94ef535041ddd3aa371aa3a Mon Sep 17 00:00:00 2001
From: Michael Wallace <michael.wallace@enterprisedb.com>
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
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin