From 6659a532ac7047ec2f8dfaa93e0e7bda5754cdbb Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Fri, 15 Mar 2013 00:25:10 +0100 Subject: [PATCH] Remove --assert=plain --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 2be72740..b393f082 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] -addopts = --assert=plain --doctest-modules +addopts = --doctest-modules # Ignore broken files in blackbox test directories norecursedirs = .* docs completion refactor