From a7634944181c91ee0ddd7d77d280f7e7100b6b15 Mon Sep 17 00:00:00 2001 From: Corey Goldberg Date: Mon, 28 May 2018 16:21:54 -0400 Subject: [PATCH] removed unused nosetest settings --- setup.cfg | 7 ------- 1 file changed, 7 deletions(-) diff --git a/setup.cfg b/setup.cfg index 51cfe8d4d4..ed8a958e0a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,10 +3,3 @@ universal = 1 [metadata] license_file = LICENSE - -[nosetests] -match = ^test -nocapture = 1 -cover-package = locust -with-coverage = 1 -cover-erase = 1