Exclude TestUser tests because of older version of mock

This commit is contained in:
Doug Blank 2016-01-23 17:50:27 -05:00
parent 44866a90f7
commit 78f3b29b4c

View File

@ -19,8 +19,8 @@ install:
- travis_retry sudo pip install pyicu==1.8
# - travis_retry sudo pip install mock
- sudo easy_install3 mock
- travis_retry sudo apt-get install python3-mock
# - sudo easy_install3 mock
- cd $TRAVIS_BUILD_DIR
# $TRAVIS_BUILD_DIR is set to the location of the cloned repository:
@ -33,4 +33,6 @@ install:
script:
- mkdir -p ~/.gramps/grampsdb/
- nosetests3 --exclude=TestcaseGenerator --exclude=vcard --exclude=merge_ref_test gramps
# --exclude=TestUser because of older version of mock
# without configure_mock
- nosetests3 --exclude=TestcaseGenerator --exclude=vcard --exclude=merge_ref_test --exclude=TestUser gramps