Blame SOURCES/0004-Drop-unused-directory-in-tox.patch
|
 |
a64660 |
From f39434315344be461aae36f96ff8d12fce9ab037 Mon Sep 17 00:00:00 2001
|
|
 |
a64660 |
From: shizhihui <zhihui.shi@easystack.cn>
|
|
 |
a64660 |
Date: Wed, 10 Aug 2016 14:03:20 +0800
|
|
 |
a64660 |
Subject: [PATCH 04/21] Drop unused directory in tox
|
|
 |
a64660 |
|
|
 |
a64660 |
The Oslo team has moved all previously incubated code from the
|
|
 |
a64660 |
'openstack/oslo-incubator' repository into separate library
|
|
 |
a64660 |
repositories and released those libraries to the Python Package,
|
|
 |
a64660 |
so the directory should be removed.
|
|
 |
a64660 |
|
|
 |
a64660 |
Change-Id: I0ee30c36e87970bc1b1175230a1bffa27e0b3e09
|
|
 |
a64660 |
---
|
|
 |
a64660 |
tox.ini | 2 +-
|
|
 |
a64660 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
 |
a64660 |
|
|
 |
a64660 |
diff --git a/tox.ini b/tox.ini
|
|
 |
a64660 |
index cd44833..9e3ea73 100644
|
|
 |
a64660 |
--- a/tox.ini
|
|
 |
a64660 |
+++ b/tox.ini
|
|
 |
a64660 |
@@ -26,4 +26,4 @@ commands = {posargs}
|
|
 |
a64660 |
|
|
 |
a64660 |
[flake8]
|
|
 |
a64660 |
show-source = true
|
|
 |
a64660 |
-exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools
|
|
 |
a64660 |
+exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools
|
|
 |
a64660 |
--
|
|
 |
a64660 |
2.20.1
|
|
 |
a64660 |
|