Skip to content

Commit

Permalink
Docs/issue 465 exclude spark tests information (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
seb-afk authored Aug 17, 2020
1 parent f793851 commit 5c4f921
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ make test
make build-docs
```

> *Note:* If the tests in `tests/extras/datasets/spark` are failing, and you are
> not planning to work on Spark related features, then you can run a reduced
> test suite that excludes them. Do this by executing the following command:
> `make test-no-spark`.
#### Then onwards (code or documentation changes)

If you picked up a code or documentation related issue, before pushing the branch to the repo and creating a Pull Request please do the below:
Expand Down
2 changes: 2 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

## Thanks for supporting contributions

[Sebastian Bertoli](https://github.com/sebastianbertoli)

# Release 0.16.4

## Major features and improvements
Expand Down

0 comments on commit 5c4f921

Please sign in to comment.