Skip to content

Commit 6aa9b89

Browse files
authored
Merge pull request #8297 from pfmoore/nr_travis
Add a travis job to test the new resolver known failures
2 parents 76b8651 + 19a613e commit 6aa9b89

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
- env:
6262
- GROUP=2
6363
- NEW_RESOLVER=1
64+
- env:
65+
- GROUP=3
66+
- NEW_RESOLVER=1
6467

6568
fast_finish: true
6669
allow_failures:

tools/travis/run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ elif [[ "$GROUP" == "2" ]]; then
5555
# Separate Job for running integration tests for 'pip install'
5656
tox -- -m integration -n auto --duration=5 -k "test_install" \
5757
--use-venv $RESOLVER_SWITCH
58+
elif [[ "$GROUP" == "3" ]]; then
59+
# Separate Job for tests that fail with the new resolver
60+
tox -- -m fails_on_new_resolver -n auto --duration=5 \
61+
--use-venv $RESOLVER_SWITCH --new-resolver-runtests
5862
else
5963
# Non-Testing Jobs should run once
6064
tox

0 commit comments

Comments
 (0)