From 1673667232ccecc8754173bddf5698ec2b38ed21 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Tue, 23 Aug 2016 16:00:16 +0100 Subject: [PATCH] Delete unreferenced setup.cfg from docs Noticed it's not using the new `[tool:pytest]` header as changed in #567, can't find any reference to it or `testfilepatterns`. It was added in b1e430145706556cc676e7cbe49d625b7540088e 6 years ago, there don't seem to have ever been references to it. --- doc/en/example/layout1/setup.cfg | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 doc/en/example/layout1/setup.cfg diff --git a/doc/en/example/layout1/setup.cfg b/doc/en/example/layout1/setup.cfg deleted file mode 100644 index 02d3750ee..000000000 --- a/doc/en/example/layout1/setup.cfg +++ /dev/null @@ -1,4 +0,0 @@ -[pytest] -testfilepatterns = - ${topdir}/tests/unit/test_${basename} - ${topdir}/tests/functional/*.py