diff --git a/testmon/__init__.py b/testmon/__init__.py index 21b7058..f1b1351 100644 --- a/testmon/__init__.py +++ b/testmon/__init__.py @@ -1,2 +1,2 @@ """PYTEST_DONT_REWRITE""" -VERSION = "2.0.15" +VERSION = "2.1.0dev1" diff --git a/testmon/configure.py b/testmon/configure.py index 77ee8a6..4ce7510 100644 --- a/testmon/configure.py +++ b/testmon/configure.py @@ -25,9 +25,6 @@ def _get_notestmon_reasons(options): if options["no-testmon"]: return "deactivated through --no-testmon" - if options["testmon_noselect"] and options["testmon_nocollect"]: - return "deactivated, both noselect and nocollect options used" - if not any( options.get(t, False) for t in [