Merge pull request #8350 from pradyunsg/fix-travis-failures

Fix Travis CI failures
This commit is contained in:
Paul Moore 2020-05-28 16:55:10 +01:00 committed by GitHub
commit 1e67c3cc20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -47,7 +47,9 @@ jobs:
fast_finish: true
allow_failures:
- env: GROUP=3 NEW_RESOLVER=1
- env:
- GROUP=3
- NEW_RESOLVER=1
before_install: tools/travis/setup.sh
install: travis_retry tools/travis/install.sh

View File

@ -1449,6 +1449,7 @@ def test_install_no_binary_disables_cached_wheels(script, data, with_wheel):
assert "Running setup.py install for upper" in str(res), str(res)
@pytest.mark.fails_on_new_resolver
def test_install_editable_with_wrong_egg_name(script):
script.scratch_path.joinpath("pkga").mkdir()
pkga_path = script.scratch_path / 'pkga'