Commit db709df
authored
Merge pull request #66 from lydia-duncan/moreVersionMucking
Update setuptools used versions and set pytest to more recent version
[simple, not reviewed]
Looks like the problem is coming from more recent versions of packages that we
pin for our requirements files. setuptools doesn't use the requirements files
to install dependencies, so it needs the limits as well.
While there, since the problem didn't seem to be pytest, pin pytest to the more
recent version2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
0 commit comments