From 92cf7f62900cdb2454c8c7e4a5a3269d88a763e4 Mon Sep 17 00:00:00 2001 From: Bernat Gabor Date: Tue, 7 Apr 2020 08:13:13 +0100 Subject: [PATCH] fix CI Signed-off-by: Bernat Gabor --- setup.cfg | 4 ++-- tests/unit/seed/test_boostrap_link_via_app_data.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 9dd2eaf81..c423794d4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -95,7 +95,7 @@ testing = pytest-mock >= 2.0.0, <3 pytest-env >= 0.6.2, <1 pytest-timeout >= 1.3.4, <2 - xonsh >= 0.9.13, <1; python_version > '3.4' + xonsh >= 0.9.16, <1; python_version > '3.4' [options.package_data] virtualenv.activation.bash = *.sh @@ -119,7 +119,7 @@ universal = true markers = slow junit_family = xunit2 -addopts = --tb=auto -ra --showlocals +addopts = --tb=auto -ra --showlocals -p no:xonsh env = PYTHONWARNINGS=ignore:DEPRECATION::pip._internal.cli.base_command PYTHONIOENCODING=utf-8 diff --git a/tests/unit/seed/test_boostrap_link_via_app_data.py b/tests/unit/seed/test_boostrap_link_via_app_data.py index b47b64652..09e4dce96 100644 --- a/tests/unit/seed/test_boostrap_link_via_app_data.py +++ b/tests/unit/seed/test_boostrap_link_via_app_data.py @@ -16,7 +16,7 @@ @pytest.mark.slow -@pytest.mark.timeout(timeout=60) +@pytest.mark.timeout(timeout=120) @pytest.mark.parametrize("copies", [False, True] if fs_supports_symlink() else [True]) def test_seed_link_via_app_data(tmp_path, coverage_env, current_fastest, copies): current = PythonInfo.current_system()