Skip to content

Commit

Permalink
FIX-modin-project#1867: remove pytest_custom-exit-code
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Aug 2, 2020
1 parent 9a64063 commit ba4797d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 4 additions & 5 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ dependencies:
- pytables
- msgpack-python
- psutil
- pytest
- pytest-cov
- pytest-xdist
- coverage<5.0
- pip:
- ray==0.8.6
- pytest
- coverage<5.0
- pytest-cov
- pytest-custom_exit_code
- pytest-xdist
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ s3fs
pytest
coverage<5.0
pytest-cov
pytest-testmon
pytest-custom_exit_code
pytest-xdist
feather-format
lxml
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tag_prefix =
parentdir_prefix = modin-

[tool:pytest]
addopts = --disable-pytest-warnings --suppress-no-test-exit-code --cov-config=setup.cfg --cov=modin --cov-append --cov-report=xml
addopts = --disable-pytest-warnings --cov-config=setup.cfg --cov=modin --cov-append --cov-report=xml

[flake8]
max-line-length = 88
Expand Down

0 comments on commit ba4797d

Please sign in to comment.