Skip to content

Commit 1e67c3c

Browse files
authored
Merge pull request #8350 from pradyunsg/fix-travis-failures
Fix Travis CI failures
2 parents 5fce05a + d480e40 commit 1e67c3c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747

4848
fast_finish: true
4949
allow_failures:
50-
- env: GROUP=3 NEW_RESOLVER=1
50+
- env:
51+
- GROUP=3
52+
- NEW_RESOLVER=1
5153

5254
before_install: tools/travis/setup.sh
5355
install: travis_retry tools/travis/install.sh

tests/functional/test_install.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,6 +1449,7 @@ def test_install_no_binary_disables_cached_wheels(script, data, with_wheel):
14491449
assert "Running setup.py install for upper" in str(res), str(res)
14501450

14511451

1452+
@pytest.mark.fails_on_new_resolver
14521453
def test_install_editable_with_wrong_egg_name(script):
14531454
script.scratch_path.joinpath("pkga").mkdir()
14541455
pkga_path = script.scratch_path / 'pkga'

0 commit comments

Comments
 (0)