Commit d47f95f
Ryan Walker
Add requirements to virtualenv tests
The tests for virtualenvs were previously finding the 'requirements.txt'
file at the root of this repo instead of function_dir. If we change to
looking for 'requirements.txt' in function_dir instead, these tests fail
because no requirements are found and thus, no virtualenv is created.1 parent d58fe97 commit d47f95f
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | | - | |
| 72 | + | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| |||
0 commit comments