# HG changeset patch # User Marcin Kuzminski # Date 2018-08-10 11:31:55 # Node ID 18560e863d6c70c3659e45dbdfc366cc711d1642 # Parent d304d99fe38607f66e09d840d07879c1b44f9551 tests: don't use sugar for make triggered tests. diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -15,4 +15,4 @@ test-clean: find . -type d -name "__pycache__" -prune -exec rm -rf '{}' ';' test-only: - PYTHONHASHSEED=random py.test -vv -r xw --cov=vcsserver --cov-report=term-missing --cov-report=html vcsserver + PYTHONHASHSEED=random py.test -vv -r xw -p no:sugar --cov=vcsserver --cov-report=term-missing --cov-report=html vcsserver