mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-27 13:57:46 +00:00
Pool as a fixture is not required. #10
This commit is contained in:
@@ -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}",
|
||||||
|
|||||||
Reference in New Issue
Block a user