python-path/0001-fix-test-failures-adpating-to-pytest.patch
2021-01-11 19:17:45 +08:00

23 lines
474 B
Diff

From eeeda87c8a1692cc0fbbab3874a8ebaaffeebfd0 Mon Sep 17 00:00:00 2001
From: jackie_wu <wutao61@huawei.com>
Date: Sat, 9 Jan 2021 10:10:40 +0800
Subject: [PATCH] fix test failures adpating to pytest 5.4.3
---
setup.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.cfg b/setup.cfg
index 7fc44bf..76c6845 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,4 +1,4 @@
-[pytest]
+[tool:pytest]
addopts = --doctest-modules
[egg_info]
--
2.23.0