changeset 1098:c79597908178

tests: remove now-redundant doctest runs from `make tests`
author Kevin Bullock <kbullock@ringworld.org>
date Fri, 22 Dec 2017 16:15:18 -0600
parents 80b8188a6eb1
children ed168ce47715
files Makefile
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Nov 30 14:48:54 2017 -0800
+++ b/Makefile	Fri Dec 22 16:15:18 2017 -0600
@@ -10,7 +10,6 @@
 all: help
 
 tests:
-	$(PYTHON) -m doctest hggit/*.py contrib/*.py
 	cd tests && $(PYTHON) run-tests.py --with-hg=`which hg` $(TESTFLAGS)
 
 test-%:
@@ -20,7 +19,6 @@
 	@echo "Path to crew repo is $(CREW) - set this with CREW= if needed."
 	hg -R $(CREW) checkout $$(echo $@ | sed s/tests-//) && \
 	(cd $(CREW) ; $(MAKE) clean local) && \
-	PYTHONPATH=$(CREW) $(PYTHON) -m doctest hggit/*.py contrib/*.py && \
 	cd tests && $(PYTHON) $(CREW)/tests/run-tests.py $(TESTFLAGS)
 
 # This is intended to be the authoritative list of Hg versions that this