tests: Fix pep8 issue

This commit is contained in:
Cole Robinson 2016-08-16 20:04:08 -04:00
parent 3f15a489cd
commit 64c286e68b
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ _add(ARCHIVE_FEDORA_URL % ("14", "x86_64"), "fedora14",
_add(FEDORA_URL % ("23", "x86_64"), "fedora23", name="fedora23")
_add(FEDORA_URL % ("24", "x86_64"), "fedora23", name="fedora24")
# Any Dev release
#_add(DEVFEDORA_URL % ("25", "x86_64"), "fedora23", name="fedora25")
# _add(DEVFEDORA_URL % ("25", "x86_64"), "fedora23", name="fedora25")
_add(DEVFEDORA_URL % ("rawhide", "x86_64"), "fedora23", name="fedora-rawhide")