Skip to content

Commit

Permalink
Added dependencies for pytest and 2nd lvl
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo authored and seldondev committed Dec 16, 2019
1 parent af28932 commit 444fc04
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ cluster-manager/.m2/

.ipynb_checkpoints

# Tags
.tags

# eclipse
.classpath
.settings/
Expand Down
6 changes: 4 additions & 2 deletions python/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
-r requirements.txt
mypy<0.751
pytest<6.0.0
pytest-cov<3.0.0
Pillow==6.2.0
tox<4.0.0
pytest==5.3.1
pytest-cov==2.8.1
# 2nd lvl dep on cov required to avoid sqllite dep
coverage==4.5.4
1 change: 0 additions & 1 deletion testing/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ install:

.PHONY: test
test: build_protos install
pip install pytest-xdist
# Run the core tests in parallel
pytest \
--verbose \
Expand Down
6 changes: 5 additions & 1 deletion testing/scripts/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
pytest
pytest==5.3.1
pytest-xdist==1.30.0
pytest-cov==2.8.1
# 2nd lvl dep on cov required to avoid sqllite dep
coverage==4.5.4
retrying
# local seldon-core
-e ../../python

0 comments on commit 444fc04

Please sign in to comment.