Skip to content

Commit

Permalink
Fix stale URL causing build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Semir Patel committed Mar 22, 2021
1 parent 295789a commit 7d1d7d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ SHELL=bash
test:
tox

.PHONY: clean
clean:
rm -rf .tox

.PHONY: builddeb
builddeb:
mkdir -p dist
Expand Down
2 changes: 1 addition & 1 deletion ci/docker
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apt-get install -y --no-install-recommends \
zsh

# TODO: Remove python3.5 constraint on get-pip.py once xenial is dumped
curl https://bootstrap.pypa.io/3.5/get-pip.py | python3
curl https://bootstrap.pypa.io/pip/3.5/get-pip.py | python3
gdebi -n /mnt/dist/*.deb
pip install -r /mnt/requirements-dev.txt
pip install /mnt
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coverage
coverage<5 # Remove constraint once off python 3.6.0 on xenial
coverage-enable-subprocess
ipdb
pexpect
Expand Down

0 comments on commit 7d1d7d8

Please sign in to comment.