Fix tests

ghowardsit
Santos Gallegos 2019-01-15 10:37:16 -05:00
parent 50035a40ad
commit 5af2d8e41e
2 changed files with 8 additions and 5 deletions

3
.gitignore vendored
View File

@ -7,6 +7,7 @@
.DS_Store
.cache
.coverage
.coverage.*
.idea
.vagrant
.vscode
@ -22,7 +23,7 @@ celerybeat-schedule.*
deploy/.vagrant
dist/*
local_settings.py
locks/*
locks/**
logs/*
media/dash
media/epub

View File

@ -1166,8 +1166,9 @@ class TestPythonEnvironment(TestCase):
]
self.pip_install_args = [
'python',
mock.ANY, # pip path
mock.ANY, # python path
'-m',
'pip',
'install',
'--upgrade',
'--cache-dir',
@ -1256,8 +1257,9 @@ class TestPythonEnvironment(TestCase):
os.path.join(checkout_path, 'docs'): True,
}
args = [
'python',
mock.ANY, # pip path
mock.ANY, # python path
'-m',
'pip',
'install',
'--exists-action=w',
'--cache-dir',