From 92e8359d66ed759439c1ace72a3f19b15bd59cb0 Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Wed, 25 Oct 2017 15:27:57 +0900 Subject: [PATCH] Switch to use stestr completely This commit adds .stestr to .gitignore and remove os-testr from test-requirements.txt to switch to use stestr completely. We actually already switched in the previous commit[1]. And now, we can switch completely. One thing - .testrepository is still remaining in .gitignore. This directory can be still remaining in the most of user environments. So that, to avoid the confusion, '.testrepository' should be still there for a moment. [1] I39f5db8f77de027c18917215c761dca69d8cbea0 Change-Id: I9530af1a91ae20dca24a699fbf04893102570f09 --- .gitignore | 1 + test-requirements.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4ab7394..d3e03f3 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ ChangeLog *.db dist build +.stestr .testrepository .coverage* !.coveragerc diff --git a/test-requirements.txt b/test-requirements.txt index 334d3ca..3778fa9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,7 +9,6 @@ testtools>=0.9.34 oslosphinx PyMySql psycopg2 -os-testr oslo.concurrency>=3.5.0 # releasenotes reno>=0.1.1 # Apache2