Skip to content

Commit 31cdf6a

Browse files
author
Matt Sokoloff
committed
add tox dep
1 parent 84aed12 commit 31cdf6a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
- name: Install package and test dependencies
6060
run: |
6161
pip install tox==3.18.1
62-
pip install pytest-cases
6362
6463
# TODO: replace tox.ini with what the Makefile does
6564
# to make sure local testing is

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ envlist = py36, py37, py38
77
deps =
88
-rrequirements.txt
99
pytest
10+
pytest-cases
1011
passenv = LABELBOX_TEST_API_KEY_PROD LABELBOX_TEST_API_KEY_STAGING LABELBOX_TEST_ENVIRON
1112
commands = pytest {posargs}

0 commit comments

Comments
 (0)