Skip to content

Commit

Permalink
pytest-xdist removed from requirements-dev
Browse files Browse the repository at this point in the history
as it fails on travis
  • Loading branch information
mwouts committed Jun 5, 2019
1 parent 4dde7c8 commit f2d1da3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ conda activate jupytext-dev
pip install -r requirements*.txt
```

Tests are executed with `pytest` (use `pytest -n 3` if you want them to run in parallel). If you develop `jupytext` command line, you can install Jupytext in dev mode with
Tests are executed with `pytest` (install `pytest-xdist` and then run `pytest -n 3` if you want them to run in parallel). If you develop `jupytext` command line, you can install Jupytext in dev mode with
```
pip install -e .
````
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
flake8
pytest
pytest-xdist
pytest-cov==2.5.1
codecov
notebook

0 comments on commit f2d1da3

Please sign in to comment.