From 56289ab75d42207e007c4524c282221cb2653606 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sat, 15 Jan 2022 17:40:12 -0600 Subject: [PATCH] remove warning for coverage feature not in use --- tox.ini | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tox.ini b/tox.ini index 4a9ea1f..baef02c 100644 --- a/tox.ini +++ b/tox.ini @@ -80,12 +80,6 @@ source = [coverage:run] branch = True -# redundant with pytest --cov above, but this tricks the coverage.xml report into -# using the full path, otherwise files with the same name in different paths -# get clobbered. maybe appends would fix this, IDK -include = - .tox/**/incorporealcms/ - omit = **/_version.py