Skip to content

Commit d082eaf

Browse files
authored
Merge pull request #312 from girder/test-extra
2 parents 52a7efd + fc98b61 commit d082eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ package = wheel
1212
extras =
1313
boto3
1414
minio
15+
pytest
1516

1617
[testenv:lint]
1718
package = skip
@@ -38,12 +39,11 @@ commands =
3839
# Editable ensures dependencies are installed, but full packaging isn't necessary
3940
package = editable
4041
deps =
42+
{[testenv:test-django42]deps}
4143
boto3-stubs[s3]
4244
django-stubs
4345
djangorestframework-stubs
4446
mypy
45-
pytest
46-
pytest-mock
4747
types-requests
4848
commands =
4949
mypy {posargs} s3_file_field tests python-client/s3_file_field_client

0 commit comments

Comments
 (0)