Skip to content

Commit

Permalink
Specify pytest version in Makefile too
Browse files Browse the repository at this point in the history
d875b58 added it to libweasyl[development], but libweasyl isn’t installed often enough in the Makefile to use that.
  • Loading branch information
charmander committed Aug 18, 2019
1 parent ec32b6d commit 0b543c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -44,7 +44,7 @@ $(VE): etc/requirements.txt
test -e $@ || { virtualenv $@; cp etc/pip.conf $@ ; \
$@/bin/pip install -U pip setuptools -i https://pypi.python.org/simple ; }
$@/bin/pip install $(USE_WHEEL) -r etc/requirements.txt -e .
$@/bin/pip install $(USE_WHEEL) pytest flake8
$@/bin/pip install $(USE_WHEEL) pytest==4.6.5 flake8
touch $@

.PHONY: install-libweasyl
Expand Down

0 comments on commit 0b543c9

Please sign in to comment.