Dropped PYTHONPATH propagation in 'make check'

Psycopg doesn't have other dependencies outside the stdlib so what's
there is probably just noise.
This commit is contained in:
Daniele Varrazzo 2017-12-11 02:22:02 +00:00
parent f3d21c24fc
commit 4be2b75816

View File

@ -65,7 +65,7 @@ env:
$(MAKE) -C doc $@
check:
PYTHONPATH=$(BUILD_DIR):$(PYTHONPATH) $(PYTHON) -c "import tests; tests.unittest.main(defaultTest='tests.test_suite')" --verbose
PYTHONPATH=$(BUILD_DIR) $(PYTHON) -c "import tests; tests.unittest.main(defaultTest='tests.test_suite')" --verbose
testdb:
@echo "* Creating $(TESTDB)"