Skip to content

Commit d0a0a68

Browse files
committed
Makefile: Don't install project environment with make test
1 parent 25feee5 commit d0a0a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ setup-virtualenv:
2929

3030
# Run the main test suite
3131
test:
32-
@test -e $(pytest) || $(MAKE) install-tests
32+
# @test -e $(pytest) || $(MAKE) install-tests
3333
@$(pytest) --keepalive --show-capture=all -vvv tests
3434

3535
test-teardown:

0 commit comments

Comments
 (0)