Skip to content

Commit

Permalink
fixup: ensure pytest windows deps are in the lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Aug 11, 2021
1 parent 5b1339e commit 273c7fb
Show file tree
Hide file tree
Showing 8 changed files with 96 additions and 7 deletions.
4 changes: 4 additions & 0 deletions api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ flake8-noqa = "~=1.1.0"
diff-match-patch = "==20200713"
decoy = "~=1.6.7"
black = "==21.7b0"
# pytest dependencies on windows, spec'd here to force lockfile inclusion
# https://github.com/pypa/pipenv/issues/4408#issuecomment-668324177
atomicwrites = {version="==1.4.0", sys_platform="== 'win32'"}
colorama = {version="0.4.4", sys_platform="== 'win32'"}

[packages]
opentrons-shared-data = {editable = true, path = "../shared-data/python"}
Expand Down
20 changes: 18 additions & 2 deletions api/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions notify-server/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ pytest = "==6.*,>=6.1.0"
pytest-cov = "==2.*,<2.11.0"
pytest-asyncio = "==0.15.1"
pytest-xdist = "~=2.2.1"
# pytest dependencies on windows, spec'd here to force lockfile inclusion
# https://github.com/pypa/pipenv/issues/4408#issuecomment-668324177
atomicwrites = {version="==1.4.0", sys_platform="== 'win32'"}
colorama = {version="0.4.4", sys_platform="== 'win32'"}
18 changes: 17 additions & 1 deletion notify-server/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions robot-server/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ flake8-noqa = "~=1.1.0"
decoy = "~=1.6.7"
httpx = "==0.18.*"
black = "==21.7b0"
# pytest dependencies on windows, spec'd here to force lockfile inclusion
# https://github.com/pypa/pipenv/issues/4408#issuecomment-668324177
atomicwrites = {version="==1.4.0", sys_platform="== 'win32'"}
colorama = {version="0.4.4", sys_platform="== 'win32'"}

[packages]
opentrons = {editable = true, path = "../api"}
Expand Down
22 changes: 19 additions & 3 deletions robot-server/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions shared-data/python/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ pytest = "==6.1.0"
pytest-cov = "==2.10.1"
pytest-xdist = "~=2.2.1 "
typeguard = "==2.7.1"
# pytest dependencies on windows, spec'd here to force lockfile inclusion
# https://github.com/pypa/pipenv/issues/4408#issuecomment-668324177
atomicwrites = {version="==1.4.0", sys_platform="== 'win32'"}
colorama = {version="0.4.4", sys_platform="== 'win32'"}

[packages]
jsonschema = "==3.0.2"
Expand Down
27 changes: 26 additions & 1 deletion shared-data/python/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 273c7fb

Please sign in to comment.