Skip to content

Commit

Permalink
setup.cfg: Ignore file test-requirements.txt
Browse files Browse the repository at this point in the history
`test-requirements.txt` has been added to
addopts --ignore flag which ensures it doesn't
get picked up when using `py.test`

Fixes coala#71
  • Loading branch information
mr-karan committed Mar 2, 2016
1 parent 37f1594 commit 39549ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python_files = *Test.py
python_classes = *Test
python_functions = *_test
timeout = 35
addopts = --color=yes
addopts = --color=yes --ignore=test-requirements.txt
env =
PYTHONHASHSEED=0
# PYTHONHASHSEED=0 is required to use same hashes in pytests-xdist's workers
Expand Down

0 comments on commit 39549ed

Please sign in to comment.