Pool as a fixture is not required. #10

This commit is contained in:
Andrey Smirnov
2014-03-26 19:48:34 +04:00
parent 22014206d7
commit 3b16ca156a
-3
View File
@@ -196,7 +196,6 @@ class PublishRepo6Test(BaseTest):
publish repo: double publish under root publish repo: double publish under root
""" """
fixtureDB = True fixtureDB = True
fixturePool = True
fixtureCmds = [ fixtureCmds = [
"aptly repo create local-repo", "aptly repo create local-repo",
"aptly repo add local-repo ${files}", "aptly repo add local-repo ${files}",
@@ -211,7 +210,6 @@ class PublishRepo7Test(BaseTest):
publish repo: double publish under prefix publish repo: double publish under prefix
""" """
fixtureDB = True fixtureDB = True
fixturePool = True
fixtureCmds = [ fixtureCmds = [
"aptly repo create local-repo", "aptly repo create local-repo",
"aptly repo add local-repo ${files}", "aptly repo add local-repo ${files}",
@@ -273,7 +271,6 @@ class PublishRepo12Test(BaseTest):
publish repo: -skip-signing publish repo: -skip-signing
""" """
fixtureDB = True fixtureDB = True
fixturePool = True
fixtureCmds = [ fixtureCmds = [
"aptly repo create local-repo", "aptly repo create local-repo",
"aptly repo add local-repo ${files}", "aptly repo add local-repo ${files}",