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 b1e4301457 6 years ago, there don't seem to have ever been references to it.
This commit is contained in:
Adam Chainz 2016-08-23 16:00:16 +01:00
parent d99ceb1218
commit 1673667232
1 changed files with 0 additions and 4 deletions

View File

@ -1,4 +0,0 @@
[pytest]
testfilepatterns =
${topdir}/tests/unit/test_${basename}
${topdir}/tests/functional/*.py