Merge pull request #983 from pypa/appveyor-debug-failures

Debug Appveyor failures
This commit is contained in:
Matthieu Darbois
2022-01-09 15:03:11 +01:00
committed by GitHub
3 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -48,6 +48,8 @@ jobs:
arch: s390x
env: PYTHON=python
install: $PYTHON -m pip install -e ".[dev]" pytest-custom-exit-code
install:
- $PYTHON -m pip install -U pip
- $PYTHON -m pip install -e ".[dev]" pytest-custom-exit-code
script: $PYTHON ./bin/run_tests.py
+1
View File
@@ -18,6 +18,7 @@ init:
if (-not ($BRANCH -eq 'main' -or $BRANCH.ToLower().StartsWith('appveyor-'))) {
$env:PYTEST_ADDOPTS='-k "unit_test or test_0_basic" --suppress-no-test-exit-code'
}
python -m pip install -U pip
install: python -m pip install -e ".[dev]" pytest-custom-exit-code
+1 -1
View File
@@ -119,7 +119,7 @@ def test_dependency_constraints_file(tmp_path, build_frontend_env):
"pip": "20.0.2",
"setuptools": "53.0.0",
"wheel": "0.34.2",
"virtualenv": "20.0.35",
"virtualenv": "20.11.2",
}
constraints_file = tmp_path / "constraints file.txt"