Skip to content

Commit

Permalink
[MINOR] Add .pytest_cache to rat-excludes
Browse files Browse the repository at this point in the history
Travis builds are failing the org.apache.rat:apache-rat-plugin:0.12:check goal
with the following entry in integration-test/target/rat.txt:

*****************************************************

Files with unapproved licenses:

  /home/travis/build/dashdb-spark/livy/integration-test/.pytest_cache/v/cache/nodeids

*****************************************************

The pytest developers are aware of this, see
pytest-dev/pytest#3286.
  • Loading branch information
mineo committed Mar 28, 2018
1 parent 02441c5 commit 69420ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ logs/*
**/derby.log
**/metastore_db/**
**/.eggs/**
**/.pytest_cache/*
**/Gemfile.lock
**/jquery-2.1.1.min.js
docs/**/*.html
Expand Down

0 comments on commit 69420ec

Please sign in to comment.